llvm-project/clang/lib
Alexis Hunt 119c10ef23 Update our diagnostics to properly account for move operations.
llvm-svn: 132096
2011-05-25 23:16:36 +00:00
..
AST Implement a little bit of cleanup and a lot more of the base work 2011-05-25 20:50:04 +00:00
Analysis Add explicit CFG support for ignoring static_asserts. 2011-05-24 20:41:31 +00:00
Basic A StringRef-ication of the DiagnosticIDs API and internals. 2011-05-25 05:05:01 +00:00
CodeGen Remove bitcast to incorrect type. 2011-05-25 20:33:17 +00:00
Driver A StringRef-ication of the DiagnosticIDs API and internals. 2011-05-25 05:05:01 +00:00
Frontend A StringRef-ication of the DiagnosticIDs API and internals. 2011-05-25 05:05:01 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers Add 'may_alias' attribute. Noticed by Eli. 2011-05-13 01:24:00 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Disable MSVC warning about runtime stack overflow for DebugOverflowStack. 2011-05-25 16:15:03 +00:00
Parse Add support for Microsoft __if_exists, __if_not_exists extension at class scope. 2011-05-25 10:19:49 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Update our diagnostics to properly account for move operations. 2011-05-25 23:16:36 +00:00
Serialization Implement a new type node, UnaryTransformType, designed to represent a 2011-05-24 22:41:36 +00:00
StaticAnalyzer Teach analyzer about cf_returns_not_retained for C functions. 2011-05-25 06:29:39 +00:00
Tooling Pulls the common part of the clang-check example into Tooling, to allow new tools to be implemented without duplicating the boilerplate. 2011-05-16 21:33:46 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00