Age | Commit message (Expand) | Author |
2010-08-11 | Fix a thinko in the creation of temporary files for the precompiled preamble | Douglas Gregor |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-08-09 | Use precompiled preambles for in-process code completion. | Douglas Gregor |
2010-08-06 | Add an environment variable that makes libclang use chaining for PCH. | Sebastian Redl |
2010-08-05 | Give clang_codeCompleteAt() an "options" parameter, and add a new | Douglas Gregor |
2010-08-04 | When performing in-process code completion, don't free the remapped | Douglas Gregor |
2010-08-04 | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor |
2010-08-04 | When we try (but fail) to build a precompiled preamble, wait for a | Douglas Gregor |
2010-08-03 | When using a precompiled preamble, keep track of the top-level | Douglas Gregor |
2010-08-03 | Reshuffle the PCH generator action and consumer, so that we can re-use | Douglas Gregor |
2010-08-02 | When using a precompiled preamble, save the diagnostics produced when | Douglas Gregor |
2010-07-31 | Implement dependency analysis for the precompiled preamble. If any of | Douglas Gregor |
2010-07-30 | Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING env... | Douglas Gregor |
2010-07-28 | Turn off precompiled preamble support for C++ | Douglas Gregor |
2010-07-27 | Fix use-after-free with precompiled preambles | Douglas Gregor |
2010-07-27 | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor |
2010-07-26 | Introduce basic support for loading a precompiled preamble while | Douglas Gregor |
2010-07-25 | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor |
2010-07-24 | Put a newline at the end of the padded buffers used for the | Douglas Gregor |
2010-07-24 | Once we've built (or reused) a precompiled preamble, create the | Douglas Gregor |
2010-07-23 | Once we've built a precompiled preamble, keep track of the details of | Douglas Gregor |
2010-07-23 | Fix build on Ubuntu 10.04. | Zhongxing Xu |
2010-07-23 | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor |
2010-07-19 | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor |
2010-07-19 | Driver: Change the driver to take the path to the main executable, instead of | Daniel Dunbar |
2010-07-14 | There is another implementation of PCHReaderListener around. Update it to the... | Sebastian Redl |
2010-06-11 | Add an option to specify the target C++ ABI to the frontend. Use it to | Charles Davis |
2010-06-07 | Frontend: Add FrontendAction support for handling LLVM IR inputs. | Daniel Dunbar |
2010-06-07 | Frontend: Move some initialization from CompilerInstance to FrontendAction, t... | Daniel Dunbar |
2010-06-07 | Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste... | Daniel Dunbar |
2010-06-07 | Frontend: Lift InputKind enumeration to top level. | Daniel Dunbar |
2010-05-03 | Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since th... | Ted Kremenek |
2010-04-19 | Fix -Wcast-qual warnings. | Dan Gohman |
2010-04-05 | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor |
2010-04-05 | Clarify the ownership semantics of the Diagnostic object used by | Douglas Gregor |
2010-04-05 | Minor ASTUnit cleanups: | Douglas Gregor |
2010-04-01 | Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable | Daniel Dunbar |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-03-18 | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor |
2010-03-17 | Don't "take" the file manager and source manager when | Douglas Gregor |
2010-03-16 | Make sure we actually override ReadHeaderFileInfo when we meant to | Douglas Gregor |
2010-03-16 | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor |
2010-03-05 | The Windows build is just too weird; there's no real cost to doing the concur... | Douglas Gregor |
2010-03-05 | Switch from NDEBUG to _DEBUG, since our Windows build is funny | Douglas Gregor |
2010-03-05 | A little hack to identify unwanted concurrency in CIndex | Douglas Gregor |
2010-02-27 | When given unsaved files in clang_createTranslationUnitFromSourceFile, | Douglas Gregor |
2010-02-18 | Teach ASTUnit to keep track of temporary files, then delete them when | Douglas Gregor |
2010-02-18 | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor |
2010-02-16 | ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi... | Daniel Dunbar |