llvm-project/clang/lib
John McCall 612942d65f Sketch out a framework for delaying the activation of a cleanup.
Not yet complete or used.

llvm-svn: 111044
2010-08-13 21:20:51 +00:00
..
AST Properly give unique-external linkage to members of member templates 2010-08-13 08:35:10 +00:00
Analysis Fix a bug where child statements could not be identified as being in a CFGBlock in CFGStmtMap::getBlock. 2010-08-11 23:36:58 +00:00
Basic Fix oversight with symbolic names in TargetInfo::validateInputConstraint. 2010-08-11 23:03:37 +00:00
Checker Zap unused UnaryOperator::OffsetOf. 2010-08-13 01:36:11 +00:00
CodeGen Sketch out a framework for delaying the activation of a cleanup. 2010-08-13 21:20:51 +00:00
Driver Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to 2010-08-13 04:44:20 +00:00
Frontend Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keeping track of unused file scoped variables. 2010-08-13 18:42:17 +00:00
Headers first test commit 2010-08-12 18:51:55 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Don't emit end-of-file diagnostics like "unterminated conditional" or 2010-08-12 17:04:55 +00:00
Parse -Make TokenID of IdentifierInfo read-only, remove setTokenID(). 2010-08-11 22:55:12 +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 Revert 111026 & 111027, build breakage. 2010-08-13 20:13:06 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00