aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ASTUnit.cpp
AgeCommit message (Expand)Author
2010-09-27Remove libclang logging codeDouglas Gregor
2010-09-24When setting the globally-visible declarations for a particularDouglas Gregor
2010-09-24Teach libclang to enable multithreading in LLVM, since libclang clients are l...Douglas Gregor
2010-09-23Synchronize globally-cached code completion results with the resultsDouglas Gregor
2010-09-20Tweak priorities for some types and macros:Douglas Gregor
2010-09-14Introduce a new code-completion context for a parenthesizedDouglas Gregor
2010-09-11The two libclang crash-recovery tests that involve precompiledDouglas Gregor
2010-09-11If we fail to create a temporary file for the precompiled preamble,Douglas Gregor
2010-09-11Tweak GetPreamblePCHPath() to more closely match the behavior of theDouglas Gregor
2010-08-27Suggest "const" and "volatile" code completions after a functionDouglas Gregor
2010-08-26Implement code completion for @selector expressionsDouglas Gregor
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25When combining the code-completion results from Sema long with theDouglas Gregor
2010-08-25Add a missing caseDouglas Gregor
2010-08-25Fix an off-by-one error when computing the precompiled preamble forDouglas Gregor
2010-08-25Make the cursor kind of macro-name-only completions produced byDouglas Gregor
2010-08-25Teach Sema to live without CodeCompleteConsumer.h.John McCall
2010-08-24Implement code completion for preprocessor expressions and in macroDouglas Gregor
2010-08-24Implement preprocessor code completion where a macro name is expected,Douglas Gregor
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-08-23Don't include macro results when we're completing a declarator.Douglas Gregor
2010-08-23Introduce a new code-completion point when we're parsing aDouglas Gregor
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall
2010-08-20When performing code-completion in the presence of a preamble, makeDouglas Gregor
2010-08-20When we decide not to reuse a precompiled preamble, clear out theDouglas Gregor
2010-08-19Fix a loop overrun in ComputePreamble when the last remapped file was erased,Daniel Dunbar
2010-08-19Plug a leak when precompiling the preamble in ASTUnit.Douglas Gregor
2010-08-19Make sure to initialize ASTUnit::UnsafeToFreeDouglas Gregor
2010-08-18Rename the ASTReader header files.Sebastian Redl
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-18Rename various classes from PCH to AST.Sebastian Redl
2010-08-18Rename PCHReader to ASTReader.Sebastian Redl
2010-08-18Rename PCHWriter.h to ASTWriter.hSebastian Redl
2010-08-18Rename PCHWriter to ASTWriterSebastian Redl
2010-08-18When creating an ASTUnit by parsing source code, set DisableFree toDouglas Gregor
2010-08-18Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-08-17When the # of top-level declarations changes after reparsing aDouglas Gregor
2010-08-16Move include to the proper place. No functionality changeDouglas Gregor
2010-08-16Implement support for cached code completions forDouglas Gregor
2010-08-16Formatting fixes. No functionality changeDouglas Gregor
2010-08-16Implement name hiding of cached global code-completion results.Douglas Gregor
2010-08-16Move some code out-of-line which has long since grown too large to beDouglas Gregor
2010-08-16When caching code completions for global declarations, keep track ofDouglas Gregor