hanchenye-llvm-project/clang/lib
Ted Kremenek b8691e6081 Add range of return value expression in ReturnUndefChecker. Patch by Jim Goodnow II!
llvm-svn: 112569
2010-08-31 01:35:32 +00:00
..
AST Enable inline namespaces in the AST. 2010-08-31 00:36:36 +00:00
Analysis Delete the relaxedLiveness object in the dtor of AnalysisContext. 2010-08-28 18:59:04 +00:00
Basic Fix a typo. 2010-08-26 21:27:06 +00:00
Checker Add range of return value expression in ReturnUndefChecker. Patch by Jim Goodnow II! 2010-08-31 01:35:32 +00:00
CodeGen Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
Driver Driver/Darwin: Switch back to old toolchain, looks like new one isn't quite 2010-08-26 01:41:44 +00:00
Frontend Predeclare class type_info in Microsoft mode, from Francois Pichet! 2010-08-30 14:44:26 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers fix incorrect MM_HINT_ definitions, PR8011 2010-08-27 20:10:06 +00:00
Index De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Lex silence a warning 2010-08-30 23:11:03 +00:00
Parse Enable inline namespaces in C++03 as an extension. 2010-08-31 00:36:45 +00:00
Rewrite Fix CMake dependencies 2010-08-30 14:31:03 +00:00
Sema Add a forgotten place where the enclosing namespace set matters, plus a big testcase for inline namespace fun. 2010-08-31 00:36:40 +00:00
Serialization Fix the memory leak of FloatingLiteral/IntegerLiteral. 2010-08-28 09:06:06 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00