aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ASTUnit.cpp
AgeCommit message (Expand)Author
2010-12-09Gather cached code completions after the first reparse, not after theDouglas Gregor
2010-12-07Use atomic operations for libclang's object count tracking.Douglas Gregor
2010-11-30When using a precompiled preamble with detailed preprocessing records,Douglas Gregor
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-29When performing code completion within ASTUnit, allocate the AugmentedCodeCom...Douglas Gregor
2010-11-23tidy up. Split FileManager::getBufferForFile intoChris Lattner
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-23give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner
2010-11-23Partially revert Doug's PCH validation patch (r98585).Chris Lattner
2010-11-18Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis
2010-11-17Fix source-range information for Objective-C properties. Previously,Douglas Gregor
2010-11-16Use an OwningPtr for the preamble buffer in ASTUnit. This plugs a leakDouglas Gregor
2010-11-15Tweak libclang's heuristics for building precompiled preambles andDouglas Gregor
2010-11-11Improve ASTUnit's capture of diagnostics so that theDouglas Gregor
2010-11-09Simplify code.Benjamin Kramer
2010-11-07Change the StringSet used by CalculateHiddenNames() to use a BumpPtrAllocator.Ted Kremenek
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-11-01Disable some timing codeDouglas Gregor
2010-10-28Simplify ASTUnit's internal timers, by not trying to keep a pile ofDouglas Gregor
2010-10-27Introduce libclang-level options for C++ precompiled preambles,Douglas Gregor
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