llvm-project/clang/lib
Stephen Kelly 2413638a6d NFC: Rename TemplateDecl dump utilities
There is a clang::TemplateDecl AST type, so a method called
VisitTemplateDecl looks like it should 'override' the method from the
base visitor, but it does not because of the extra parameters it takes.

In reality, these methods are utilities, so name them like utilities.

llvm-svn: 348720
2018-12-09 13:33:30 +00:00
..
ARCMigrate PTH-- Remove feature entirely- 2018-12-04 14:34:09 +00:00
AST NFC: Rename TemplateDecl dump utilities 2018-12-09 13:33:30 +00:00
ASTMatchers Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher." 2018-11-22 14:26:33 +00:00
Analysis Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" 2018-11-30 23:41:18 +00:00
Basic SourceManager: insert(make_pair(..)) -> try_emplace. NFC 2018-12-09 01:46:01 +00:00
CodeGen Convert some ObjC msgSends to runtime calls. 2018-12-08 05:13:50 +00:00
CrossTU [CTU] Add triple/lang mismatch handling 2018-12-07 16:32:43 +00:00
Driver Convert some ObjC msgSends to runtime calls. 2018-12-08 05:13:50 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [clang-format] Do not treat asm clobber [ as ObjCExpr, refined 2018-11-22 14:49:55 +00:00
Frontend Convert some ObjC msgSends to runtime calls. 2018-12-08 05:13:50 +00:00
FrontendTool PTH-- Remove feature entirely- 2018-12-04 14:34:09 +00:00
Headers [CUDA] Added missing 'inline' for functions defined in a header. 2018-12-07 22:20:53 +00:00
Index [Index] Expose USR generation for types 2018-11-26 15:24:48 +00:00
Lex [Preprocessor] Don't avoid entering included files after hitting a fatal error. 2018-12-07 20:29:54 +00:00
Parse [CodeComplete] Cleanup access checking in code completion 2018-12-03 13:29:17 +00:00
Rewrite Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Sema [CodeComplete] Fix assertion failure 2018-12-07 13:17:52 +00:00
Serialization PTH-- Remove feature entirely- 2018-12-04 14:34:09 +00:00
StaticAnalyzer Stop tracking retain count of OSObject after escape to void * / other primitive types 2018-12-08 01:18:40 +00:00
Tooling clang::tooling::Diagnostic: Don't store offset in the scratch space. 2018-11-21 01:08:46 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00