| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl | 2010-08-17 | 1 | -2/+2 |
| * | When the # of top-level declarations changes after reparsing a | Douglas Gregor | 2010-08-17 | 1 | -1/+15 |
| * | Move include to the proper place. No functionality change | Douglas Gregor | 2010-08-16 | 1 | -0/+1 |
| * | Implement support for cached code completions for | Douglas Gregor | 2010-08-16 | 1 | -21/+51 |
| * | Formatting fixes. No functionality change | Douglas Gregor | 2010-08-16 | 1 | -5/+5 |
| * | Implement name hiding of cached global code-completion results. | Douglas Gregor | 2010-08-16 | 1 | -3/+81 |
| * | Move some code out-of-line which has long since grown too large to be | Douglas Gregor | 2010-08-16 | 1 | -61/+69 |
| * | When caching code completions for global declarations, keep track of | Douglas Gregor | 2010-08-16 | 1 | -8/+38 |
| * | Dereferencing NULL pointers is such poor form. | Douglas Gregor | 2010-08-16 | 1 | -4/+8 |
| * | When caching global completion results, keep track of the simplified | Douglas Gregor | 2010-08-16 | 1 | -1/+23 |
| * | Open AST/PCH files in binary mode. | Benjamin Kramer | 2010-08-15 | 1 | -2/+2 |
| * | Extend the code-completion caching infrastructure to include global | Douglas Gregor | 2010-08-15 | 1 | -6/+90 |
| * | Implement caching of code-completion results for macro definitions | Douglas Gregor | 2010-08-13 | 1 | -8/+174 |
| * | 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 | 1 | -3/+14 |
| * | Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi... | Sebastian Redl | 2010-08-11 | 1 | -0/+3 |
| * | 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 | 1 | -3/+0 |
| * | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 1 | -0/+3 |
| * | Use precompiled preambles for in-process code completion. | Douglas Gregor | 2010-08-09 | 1 | -12/+91 |
| * | Add an environment variable that makes libclang use chaining for PCH. | Sebastian Redl | 2010-08-06 | 1 | -1/+3 |
| * | Give clang_codeCompleteAt() an "options" parameter, and add a new | Douglas Gregor | 2010-08-05 | 1 | -3/+11 |
| * | 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 | 1 | -16/+102 |
| * | When we try (but fail) to build a precompiled preamble, wait for a | Douglas Gregor | 2010-08-04 | 1 | -8/+31 |
| * | When using a precompiled preamble, keep track of the top-level | Douglas Gregor | 2010-08-03 | 1 | -7/+47 |
| * | Reshuffle the PCH generator action and consumer, so that we can re-use | Douglas Gregor | 2010-08-03 | 1 | -3/+52 |
| * | When using a precompiled preamble, save the diagnostics produced when | Douglas Gregor | 2010-08-02 | 1 | -15/+41 |
| * | Implement dependency analysis for the precompiled preamble. If any of | Douglas Gregor | 2010-07-31 | 1 | -14/+91 |
| * | Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING env... | Douglas Gregor | 2010-07-30 | 1 | -15/+55 |
| * | Turn off precompiled preamble support for C++ | Douglas Gregor | 2010-07-28 | 1 | -1/+2 |
| * | Fix use-after-free with precompiled preambles | Douglas Gregor | 2010-07-27 | 1 | -3/+9 |
| * | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor | 2010-07-27 | 1 | -2/+7 |
| * | Introduce basic support for loading a precompiled preamble while | Douglas Gregor | 2010-07-26 | 1 | -16/+56 |
| * | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor | 2010-07-25 | 1 | -1/+0 |
| * | Put a newline at the end of the padded buffers used for the | Douglas Gregor | 2010-07-24 | 1 | -4/+6 |
| * | Once we've built (or reused) a precompiled preamble, create the | Douglas Gregor | 2010-07-24 | 1 | -31/+45 |
| * | Once we've built a precompiled preamble, keep track of the details of | Douglas Gregor | 2010-07-23 | 1 | -42/+164 |
| * | Fix build on Ubuntu 10.04. | Zhongxing Xu | 2010-07-23 | 1 | -0/+1 |
| * | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor | 2010-07-23 | 1 | -4/+197 |
| * | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -50/+102 |
| * | Driver: Change the driver to take the path to the main executable, instead of | Daniel Dunbar | 2010-07-19 | 1 | -1/+1 |
| * | There is another implementation of PCHReaderListener around. Update it to the... | Sebastian Redl | 2010-07-14 | 1 | -3/+5 |
| * | Add an option to specify the target C++ ABI to the frontend. Use it to | Charles Davis | 2010-06-11 | 1 | -0/+1 |
| * | Frontend: Add FrontendAction support for handling LLVM IR inputs. | Daniel Dunbar | 2010-06-07 | 1 | -0/+2 |
| * | Frontend: Move some initialization from CompilerInstance to FrontendAction, t... | Daniel Dunbar | 2010-06-07 | 1 | -3/+0 |
| * | Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste... | Daniel Dunbar | 2010-06-07 | 1 | -1/+1 |
| * | Frontend: Lift InputKind enumeration to top level. | Daniel Dunbar | 2010-06-07 | 1 | -1/+1 |
| * | Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since th... | Ted Kremenek | 2010-05-03 | 1 | -2/+10 |
| * | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -2/+4 |