llvm-project/clang/include/clang
Richard Trieu 82398f9cd6 Add template instantiations to the output of -ast-dump.
llvm-svn: 136306
2011-07-28 00:19:05 +00:00
..
ARCMigrate now that we have a centralized place to do so, add some using declarations for 2011-07-20 06:58:45 +00:00
AST Add template instantiations to the output of -ast-dump. 2011-07-28 00:19:05 +00:00
Analysis Simplify passing of CFGBuildOptions around for AnalysisContext. No functionality change. 2011-07-21 05:22:47 +00:00
Basic Silence gcc warning 2011-07-27 20:32:00 +00:00
CodeGen add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. 2011-07-20 07:06:53 +00:00
Config Revert "hack in my new variables for GCC" 2011-06-08 10:14:38 +00:00
Driver The -fapple-kext flag was designed to "do the right thing" for building code for 2011-07-27 23:36:45 +00:00
Frontend Pick up expected diagnostics not only in the main file but also in the file where the first diagnostic occurred. 2011-07-25 19:18:12 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Index remove some now-redundant forward declarations. 2011-07-20 07:12:43 +00:00
Lex Add a utility function to the Lexer, which makes it easier to find a token after the given location. (It is a generalized version of trans::findLocationAfterSemi from ArcMigrate, which will be changed to use the Lexer utility). 2011-07-27 21:43:43 +00:00
Parse Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
Rewrite remove some now-redundant forward declarations. 2011-07-20 07:12:43 +00:00
Sema Turn Sema::DelegatingCtorDecls into a LazyVector. 2011-07-27 21:57:17 +00:00
Serialization Turn Sema::DelegatingCtorDecls into a LazyVector. 2011-07-27 21:57:17 +00:00
StaticAnalyzer clean up forward declarations of raw_ostream to use the new LLVM.h 2011-07-23 10:35:09 +00:00
CMakeLists.txt Add a __has_attribute macro that works much like __has_feature and __has_builtin. 2010-10-20 02:31:43 +00:00
Makefile include/clang/Makefile: [PR2928] "make install" may install include files along explicit pattern, not to install CMake's building stuff. 2011-03-09 09:12:20 +00:00