llvm-project/clang/lib
John McCall 2917bd0fb4 Petty optimization.
llvm-svn: 113049
2010-09-04 01:26:37 +00:00
..
AST fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chandlerc. 2010-09-03 23:50:56 +00:00
Analysis Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr. 2010-08-31 18:47:37 +00:00
Basic Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
Checker "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment 2010-09-03 04:34:38 +00:00
CodeGen Petty optimization. 2010-09-04 01:26:37 +00:00
Driver Add missing #include 2010-09-03 17:16:03 +00:00
Frontend fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! 2010-09-03 16:45:53 +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 Use getSpelling to get original text of the 2010-09-03 17:33:04 +00:00
Parse Use std::string instead of llvm::StringRef to avoid dangling ref. 2010-09-03 18:01:09 +00:00
Rewrite "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment 2010-09-03 04:34:38 +00:00
Sema Synchronize code-completion cursor kinds with indexing cursor 2010-09-03 23:30:36 +00:00
Serialization Eliminate CXXBindReferenceExpr, which was used in a ton of 2010-09-02 21:50:02 +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