Skip to content
Prev Previous commit
Next Next commit
Fix formatting in table of contents
  • Loading branch information
Endilll committed Feb 19, 2024
commit d8ee5da8129cbbef91e2416da8f1f23f0fdd2526
2 changes: 1 addition & 1 deletion clang/include/clang/Sema/Sema.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class Sema final {
// 26. C++ Template Argument Deduction (SemaTemplateDeduction.cpp)
// 27. C++ Template Instantiation (SemaTemplateInstantiate.cpp)
// 28. C++ Template Declaration Instantiation
// (SemaTemplateInstantiateDecl.cpp)
// (SemaTemplateInstantiateDecl.cpp)
// 29. C++ Variadic Templates (SemaTemplateVariadic.cpp)
// 30. Constraints and Concepts (SemaConcept.cpp)
// 31. Types (SemaType.cpp)
Expand Down