aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ASTUnit.cpp
AgeCommit message (Expand)Author
2010-10-12Parse default arguments within member functions in source order, fromDouglas Gregor
2010-10-12When we load an ASTUnit from command-line arguments, hold on to theDouglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-10-08Fix three related, wily issues with the recompilation of precompiledDouglas Gregor
2010-10-07Don't force spell checking when code-completing. Let the client decideDouglas Gregor
2010-10-06Fix a double-free error that can occur in rare cases where loadingDouglas Gregor
2010-10-05Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl
2010-10-01Enable chained precompiled headers for use with precompiled preamblesDouglas Gregor
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