summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Gather cached code completions after the first reparse, not after theDouglas Gregor2010-12-091-8/+8
* Use atomic operations for libclang's object count tracking.Douglas Gregor2010-12-071-3/+4
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-301-2/+68
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* When performing code completion within ASTUnit, allocate the AugmentedCodeCom...Douglas Gregor2010-11-291-6/+6
* tidy up. Split FileManager::getBufferForFile intoChris Lattner2010-11-231-3/+2
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-17/+13
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-3/+3
* Partially revert Doug's PCH validation patch (r98585).Chris Lattner2010-11-231-3/+2
* Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis2010-11-181-0/+3
* Fix source-range information for Objective-C properties. Previously,Douglas Gregor2010-11-171-0/+14
* Use an OwningPtr for the preamble buffer in ASTUnit. This plugs a leakDouglas Gregor2010-11-161-15/+5
* Tweak libclang's heuristics for building precompiled preambles andDouglas Gregor2010-11-151-8/+3
* Improve ASTUnit's capture of diagnostics so that theDouglas Gregor2010-11-111-39/+31
* Simplify code.Benjamin Kramer2010-11-091-28/+10
* Change the StringSet used by CalculateHiddenNames() to use a BumpPtrAllocator.Ted Kremenek2010-11-071-6/+6
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-8/+25
* Disable some timing codeDouglas Gregor2010-11-011-1/+1
* Simplify ASTUnit's internal timers, by not trying to keep a pile ofDouglas Gregor2010-10-281-66/+64
* Introduce libclang-level options for C++ precompiled preambles,Douglas Gregor2010-10-271-3/+14
* Parse default arguments within member functions in source order, fromDouglas Gregor2010-10-121-0/+1
* When we load an ASTUnit from command-line arguments, hold on to theDouglas Gregor2010-10-121-72/+111
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-1/+10
* Fix three related, wily issues with the recompilation of precompiledDouglas Gregor2010-10-081-14/+5
* Don't force spell checking when code-completing. Let the client decideDouglas Gregor2010-10-071-7/+0
* Fix a double-free error that can occur in rare cases where loadingDouglas Gregor2010-10-061-0/+1
* Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl2010-10-051-5/+2
* Enable chained precompiled headers for use with precompiled preamblesDouglas Gregor2010-10-011-3/+1
* Remove libclang logging codeDouglas Gregor2010-09-271-32/+2
* When setting the globally-visible declarations for a particularDouglas Gregor2010-09-241-2/+32
* Teach libclang to enable multithreading in LLVM, since libclang clients are l...Douglas Gregor2010-09-241-0/+3
* Synchronize globally-cached code completion results with the resultsDouglas Gregor2010-09-231-4/+6
* Tweak priorities for some types and macros:Douglas Gregor2010-09-201-0/+1
* Introduce a new code-completion context for a parenthesizedDouglas Gregor2010-09-141-5/+12
* The two libclang crash-recovery tests that involve precompiledDouglas Gregor2010-09-111-0/+7
* If we fail to create a temporary file for the precompiled preamble,Douglas Gregor2010-09-111-1/+10
* Tweak GetPreamblePCHPath() to more closely match the behavior of theDouglas Gregor2010-09-111-0/+5
* Suggest "const" and "volatile" code completions after a functionDouglas Gregor2010-08-271-0/+1
* Implement code completion for @selector expressionsDouglas Gregor2010-08-261-0/+1
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-3/+1
* Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar2010-08-261-1/+3
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-3/+1
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-1/+3
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-251-3/+1
* When combining the code-completion results from Sema long with theDouglas Gregor2010-08-251-2/+6
* Add a missing caseDouglas Gregor2010-08-251-0/+1
* Fix an off-by-one error when computing the precompiled preamble forDouglas Gregor2010-08-251-1/+2
* Make the cursor kind of macro-name-only completions produced byDouglas Gregor2010-08-251-1/+4
* Teach Sema to live without CodeCompleteConsumer.h.John McCall2010-08-251-6/+6
* Implement code completion for preprocessor expressions and in macroDouglas Gregor2010-08-241-1/+3
OpenPOWER on IntegriCloud