| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode | Nick Lewycky | 2010-08-13 | 1 | -0/+3 |
* | Implement clang_saveTranslationUnit(), which saves a translation unit | Douglas Gregor | 2010-08-13 | 1 | -0/+23 |
* | Teach ASTUnit to hold on to the Sema object and ASTConsumer that are | Douglas Gregor | 2010-08-13 | 3 | -11/+32 |
* | Zap unused UnaryOperator::OffsetOf. | Eli Friedman | 2010-08-13 | 1 | -1/+0 |
* | The Sema object will get destroyed before all of the others anyway. We don't ... | Douglas Gregor | 2010-08-13 | 1 | -1/+0 |
* | Instead of modifying the ObjC AST to not modify existing declarations, teach ... | Sebastian Redl | 2010-08-13 | 4 | -15/+60 |
* | Just disable the hidden-visibility optimization for now by hiding it behind | John McCall | 2010-08-12 | 1 | -0/+1 |
* | Teach CompilerInstance to create and hold on to the Sema object used | Douglas Gregor | 2010-08-12 | 2 | -6/+24 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 2 | -3/+3 |
* | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara | 2010-08-12 | 1 | -4/+6 |
* | Frontend: Move the bulk of the cc1_main() processing into | Daniel Dunbar | 2010-08-12 | 2 | -0/+155 |
* | Frontend: Add -target-linker-version, for specifying the version string of the | Daniel Dunbar | 2010-08-11 | 1 | -1/+6 |
* | -Make TokenID of IdentifierInfo read-only, remove setTokenID(). | Argyrios Kyrtzidis | 2010-08-11 | 2 | -1/+6 |
* | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 4 | -2/+15 |
* | Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi... | Sebastian Redl | 2010-08-11 | 2 | -2/+5 |
* | Fix a thinko in the creation of temporary files for the precompiled preamble | Douglas Gregor | 2010-08-11 | 1 | -1/+2 |
* | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor | 2010-08-11 | 5 | -24/+14 |
* | Added TypeLocs to VAArgExpr node. | Abramo Bagnara | 2010-08-10 | 2 | -0/+2 |
* | Added TypeLocs to TypesCompatibleExpr node. | Abramo Bagnara | 2010-08-10 | 2 | -4/+4 |
* | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 5 | -14/+24 |
* | Use precompiled preambles for in-process code completion. | Douglas Gregor | 2010-08-09 | 1 | -12/+91 |
* | Complete PCH support for ObjCPropertyImplDecl. | Argyrios Kyrtzidis | 2010-08-09 | 2 | -4/+8 |
* | Support ObjC implementation decls for PCH. | Argyrios Kyrtzidis | 2010-08-09 | 2 | -5/+7 |
* | Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ... | Argyrios Kyrtzidis | 2010-08-09 | 4 | -83/+98 |
* | Make -funroll-loops turn on loop unrolling in the optimizer instead | Eric Christopher | 2010-08-07 | 1 | -3/+7 |
* | Push location through the MacroUndefined PPCallback and use it to print #unde... | Benjamin Kramer | 2010-08-07 | 1 | -0/+13 |
* | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 2 | -15/+22 |
* | Removed IdempotentOperationChecker from default analysis and returned back to... | Tom Care | 2010-08-06 | 1 | -0/+3 |
* | Remove the DeclaredInCondition bit now that it's no longer used. | Nick Lewycky | 2010-08-06 | 2 | -4/+0 |
* | Add an environment variable that makes libclang use chaining for PCH. | Sebastian Redl | 2010-08-06 | 1 | -1/+3 |
* | Collect namespaces that need updating in a PCH chain. WIP | Sebastian Redl | 2010-08-05 | 1 | -0/+5 |
* | Write various C++-specific records to chained PCHs. Tests will come later. | Sebastian Redl | 2010-08-05 | 2 | -22/+87 |
* | Store the pending implicit instantiations in the PCH and perform them at the ... | Argyrios Kyrtzidis | 2010-08-05 | 2 | -0/+35 |
* | Support #pragma weak for PCH. | Argyrios Kyrtzidis | 2010-08-05 | 2 | -0/+43 |
* | Make sure C++ variable definitions are actually passed to the consumer when l... | Argyrios Kyrtzidis | 2010-08-05 | 1 | -1/+2 |
* | Give clang_codeCompleteAt() an "options" parameter, and add a new | Douglas Gregor | 2010-08-05 | 1 | -3/+11 |
* | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 2 | -1/+3 |
* | Activate selectors in chained PCH. Chained PCH now works for Objective-C. | Sebastian Redl | 2010-08-04 | 1 | -1/+5 |
* | Bring stats for the method pool back. | Sebastian Redl | 2010-08-04 | 2 | -11/+18 |
* | Implement per-file reading of the selector table. This disables statistics ab... | Sebastian Redl | 2010-08-04 | 2 | -75/+83 |
* | When chaining, only write interesting selectors to the PCH. | Sebastian Redl | 2010-08-04 | 2 | -11/+47 |
* | Store the IDs of selectors in the PCH file explicitly. | Sebastian Redl | 2010-08-04 | 2 | -33/+60 |
* | When performing in-process code completion, don't free the remapped | Douglas Gregor | 2010-08-04 | 1 | -0/+1 |
* | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor | 2010-08-04 | 2 | -33/+134 |
* | When we try (but fail) to build a precompiled preamble, wait for a | Douglas Gregor | 2010-08-04 | 1 | -8/+31 |
* | Incomplete promotion of selector info to per-file data. | Sebastian Redl | 2010-08-03 | 2 | -52/+40 |
* | When using a precompiled preamble, keep track of the top-level | Douglas Gregor | 2010-08-03 | 1 | -7/+47 |
* | PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar. | Eli Friedman | 2010-08-03 | 1 | -1/+1 |
* | Apart from storing/retrieving the previous redeclaration from PCH, also store... | Argyrios Kyrtzidis | 2010-08-03 | 4 | -18/+144 |
* | Send AST dumping/printing to stdout instead of stderr. | Argyrios Kyrtzidis | 2010-08-03 | 1 | -1/+1 |