summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a thinko in the creation of temporary files for the precompiled preambleDouglas Gregor2010-08-111-1/+2
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-3/+0
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-0/+3
* Use precompiled preambles for in-process code completion.Douglas Gregor2010-08-091-12/+91
* Add an environment variable that makes libclang use chaining for PCH.Sebastian Redl2010-08-061-1/+3
* Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor2010-08-051-3/+11
* When performing in-process code completion, don't free the remappedDouglas Gregor2010-08-041-0/+1
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-16/+102
* When we try (but fail) to build a precompiled preamble, wait for aDouglas Gregor2010-08-041-8/+31
* When using a precompiled preamble, keep track of the top-levelDouglas Gregor2010-08-031-7/+47
* Reshuffle the PCH generator action and consumer, so that we can re-useDouglas Gregor2010-08-031-3/+52
* When using a precompiled preamble, save the diagnostics produced whenDouglas Gregor2010-08-021-15/+41
* Implement dependency analysis for the precompiled preamble. If any ofDouglas Gregor2010-07-311-14/+91
* Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING env...Douglas Gregor2010-07-301-15/+55
* Turn off precompiled preamble support for C++Douglas Gregor2010-07-281-1/+2
* Fix use-after-free with precompiled preamblesDouglas Gregor2010-07-271-3/+9
* Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor2010-07-271-2/+7
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-261-16/+56
* Make ASTContext always use the BumpPtrAllocator.Douglas Gregor2010-07-251-1/+0
* Put a newline at the end of the padded buffers used for theDouglas Gregor2010-07-241-4/+6
* Once we've built (or reused) a precompiled preamble, create theDouglas Gregor2010-07-241-31/+45
* Once we've built a precompiled preamble, keep track of the details ofDouglas Gregor2010-07-231-42/+164
* Fix build on Ubuntu 10.04.Zhongxing Xu2010-07-231-0/+1
* Basic plumbing for generating a precompiled preamble for anDouglas Gregor2010-07-231-4/+197
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-50/+102
* Driver: Change the driver to take the path to the main executable, instead ofDaniel Dunbar2010-07-191-1/+1
* There is another implementation of PCHReaderListener around. Update it to the...Sebastian Redl2010-07-141-3/+5
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-111-0/+1
* Frontend: Add FrontendAction support for handling LLVM IR inputs.Daniel Dunbar2010-06-071-0/+2
* Frontend: Move some initialization from CompilerInstance to FrontendAction, t...Daniel Dunbar2010-06-071-3/+0
* Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar2010-06-071-1/+1
* Frontend: Lift InputKind enumeration to top level.Daniel Dunbar2010-06-071-1/+1
* Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since th...Ted Kremenek2010-05-031-2/+10
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-2/+4
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-16/+11
* Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor2010-04-051-23/+52
* Minor ASTUnit cleanups:Douglas Gregor2010-04-051-3/+5
* Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar2010-04-011-1/+1
* Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor2010-03-191-15/+3
* Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor2010-03-181-3/+15
* Don't "take" the file manager and source manager whenDouglas Gregor2010-03-171-2/+0
* Make sure we actually override ReadHeaderFileInfo when we meant toDouglas Gregor2010-03-161-1/+1
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-4/+5
* The Windows build is just too weird; there's no real cost to doing the concur...Douglas Gregor2010-03-051-2/+0
* Switch from NDEBUG to _DEBUG, since our Windows build is funnyDouglas Gregor2010-03-051-1/+1
* A little hack to identify unwanted concurrency in CIndexDouglas Gregor2010-03-051-1/+4
* When given unsaved files in clang_createTranslationUnitFromSourceFile,Douglas Gregor2010-02-271-0/+1
* Teach ASTUnit to keep track of temporary files, then delete them whenDouglas Gregor2010-02-181-3/+3
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-7/+62
* ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...Daniel Dunbar2010-02-161-5/+3
OpenPOWER on IntegriCloud