clang-1/include/clang
Marcin Swiderski 4ba72a0b28 Added CFGTerminator class, that holds information about CFGBlock terminator statement.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117642 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-29 05:21:47 +00:00
..
AST Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +00:00
Analysis Added CFGTerminator class, that holds information about CFGBlock terminator statement. 2010-10-29 05:21:47 +00:00
Basic Driver/IA: Ignore -L for now, which users shouldn't be using for semantic effect. 2010-10-28 20:36:23 +00:00
Checker Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. 2010-10-20 23:48:34 +00:00
CodeGen Revert r109546, it broke linux build. 2010-07-27 22:37:14 +00:00
Driver Reorganize predefined macros for all Windows targets. 2010-10-21 05:21:48 +00:00
Frontend Simplify ASTUnit's internal timers, by not trying to keep a pile of 2010-10-28 15:44:59 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Index Make a bunch of new data structures for the new analysis 2010-07-22 13:52:13 +00:00
Lex Extend the preprocessing record and libclang with support for 2010-10-20 22:00:55 +00:00
Parse Teach the C++ simple-type-specifier parser and tentative parses about 2010-10-21 23:17:00 +00:00
Rewrite Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode 2010-08-13 17:31:00 +00:00
Sema Improve the tracking of source locations for parentheses in constructor calls. 2010-10-25 08:47:36 +00:00
Serialization Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl. 2010-10-28 09:29:32 +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 Add a __has_attribute macro that works much like __has_feature and __has_builtin. 2010-10-20 02:31:43 +00:00