llvm-project/clang/include/clang
Benjamin Kramer 70f19df90d [ASTMatchers] Factor wrapping matcher classes into a common base class.
The deduplication here is negligible, but it allows the compiler to
skip emission of many templated base class destructors. Shrinks
clang-query by 53k. No functionality change intended.

llvm-svn: 232924
2015-03-22 21:57:53 +00:00
..
ARCMigrate Use std::unique_ptr in a few methods that take ownership. 2014-08-17 23:12:27 +00:00
AST Add a dump function to Stmt that takes only an output stream. No functionality change. 2015-03-22 13:35:56 +00:00
ASTMatchers [ASTMatchers] Factor wrapping matcher classes into a common base class. 2015-03-22 21:57:53 +00:00
Analysis SimpleArray: Provide reverse iteration via std::reverse_iterator. 2015-03-15 18:47:26 +00:00
Basic MS ABI: Implement driver-level support for thread-safe statics 2015-03-22 08:39:22 +00:00
CodeGen Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
Config [multilib] Teach Clang's code about multilib by threading 2014-12-29 12:09:08 +00:00
Driver [multilib] Turn virtual functor into functin_ref 2015-03-22 15:56:12 +00:00
Edit [C++11] Use 'nullptr' 2014-05-06 06:48:52 +00:00
Format clang-format: Add option to suppress operator alignment. 2014-12-02 13:24:51 +00:00
Frontend Remove .CUDAIsDevice flags from CodeGenOpts as it's already 2015-03-19 18:58:18 +00:00
FrontendTool
Index Comment to XML conversion: use unique_ptr for SimpleFormatContext 2014-04-24 07:52:31 +00:00
Lex Parse: Don't assume tokens have a length 2015-03-19 00:10:23 +00:00
Parse MS ABI: Implement the MSVC 2015 scheme for scope disambiguation 2015-03-19 21:54:30 +00:00
Rewrite [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it. 2015-03-08 04:00:33 +00:00
Sema MS ABI: Implement the MSVC 2015 scheme for scope disambiguation 2015-03-19 21:54:30 +00:00
Serialization Reverting 232853 and 232870 because they depend on 232793, 2015-03-22 08:47:07 +00:00
StaticAnalyzer [Analyzer] Don't inherit from FoldingSet. 2015-03-22 18:16:22 +00:00
Tooling Make getInsertArgumentAdjuster insert extra arguments to the end by default. 2014-12-04 11:00:56 +00:00
CMakeLists.txt Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
Makefile Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
module.modulemap Split StaticAnalyzer module into three to fix a cyclic dependency. Dependencies 2015-02-26 01:11:08 +00:00