summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement preprocessor code completion where a macro name is expected,Douglas Gregor2010-08-241-5/+22
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-1/+4
* Don't include macro results when we're completing a declarator.Douglas Gregor2010-08-231-3/+1
* Introduce a new code-completion point when we're parsing aDouglas Gregor2010-08-231-2/+8
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-1/+1
* When performing code-completion in the presence of a preamble, makeDouglas Gregor2010-08-201-8/+13
* When we decide not to reuse a precompiled preamble, clear out theDouglas Gregor2010-08-201-2/+18
* Fix a loop overrun in ComputePreamble when the last remapped file was erased,Daniel Dunbar2010-08-191-0/+4
* Plug a leak when precompiling the preamble in ASTUnit.Douglas Gregor2010-08-191-7/+21
* Make sure to initialize ASTUnit::UnsafeToFreeDouglas Gregor2010-08-191-1/+2
* Rename the ASTReader header files.Sebastian Redl2010-08-181-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-9/+9
* Rename various classes from PCH to AST.Sebastian Redl2010-08-181-2/+2
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-181-10/+10
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-1/+1
* Rename PCHWriter to ASTWriterSebastian Redl2010-08-181-2/+2
* When creating an ASTUnit by parsing source code, set DisableFree toDouglas Gregor2010-08-181-1/+1
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-18/+16
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-2/+2
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-2/+2
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-2/+2
* When the # of top-level declarations changes after reparsing aDouglas Gregor2010-08-171-1/+15
* Move include to the proper place. No functionality changeDouglas Gregor2010-08-161-0/+1
* Implement support for cached code completions forDouglas Gregor2010-08-161-21/+51
* Formatting fixes. No functionality changeDouglas Gregor2010-08-161-5/+5
* Implement name hiding of cached global code-completion results.Douglas Gregor2010-08-161-3/+81
* Move some code out-of-line which has long since grown too large to beDouglas Gregor2010-08-161-61/+69
* When caching code completions for global declarations, keep track ofDouglas Gregor2010-08-161-8/+38
* Dereferencing NULL pointers is such poor form.Douglas Gregor2010-08-161-4/+8
* When caching global completion results, keep track of the simplifiedDouglas Gregor2010-08-161-1/+23
OpenPOWER on IntegriCloud