| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | ASTUnit::LoadFromASTFile(): recover the resources from an ASTReader if it cra... | Ted Kremenek | 2011-05-04 | 1 | -0/+10 | 
| *  | Introduce ASTUnit::LoadFromCompilerInvocationAction that allows one to create... | Argyrios Kyrtzidis | 2011-05-03 | 1 | -0/+113 | 
| *  | Move Driver::createInvocationFromArgs function to Frontend library to avoid d... | Argyrios Kyrtzidis | 2011-04-04 | 1 | -1/+1 | 
| *  | Introduce Driver::createInvocationFromArgs used to create a CompilerInvocatio... | Argyrios Kyrtzidis | 2011-04-04 | 1 | -52/+4 | 
| *  | switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. | Chris Lattner | 2011-03-23 | 1 | -4/+2 | 
| *  | std::vector::data() is not portable to VS.  Use a gross hack instead. | Ted Kremenek | 2011-03-23 | 1 | -1/+3 | 
| *  | Rework crash recovery cleanup in ASTUnit and CIndex to recover more memory du... | Ted Kremenek | 2011-03-22 | 1 | -25/+46 | 
| *  | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek | 2011-03-21 | 1 | -64/+53 | 
| *  | Use CrashRecoveryContextCleanup objects to reclaim resources from CompilerIns... | Ted Kremenek | 2011-03-21 | 1 | -72/+90 | 
| *  | Use the newly added FileManager::getNoncachedStatValue when trying to determi... | Anders Carlsson | 2011-03-18 | 1 | -2/+2 | 
| *  | Correctly store and keep track of the FileSystemOptions in ASTUnit and in cla... | Anders Carlsson | 2011-03-18 | 1 | -4/+6 | 
| *  | Use CrashRecoveryContextCleanup objects to recover an ASTUnit if we crash in ... | Ted Kremenek | 2011-03-18 | 1 | -0/+18 | 
| *  | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis | 2011-03-09 | 1 | -5/+28 | 
| *  | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis | 2011-03-08 | 1 | -0/+3 | 
| *  | Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 opt... | Argyrios Kyrtzidis | 2011-03-07 | 1 | -0/+8 | 
| *  | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis | 2011-03-05 | 1 | -25/+75 | 
| *  | Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the AS... | Argyrios Kyrtzidis | 2011-03-05 | 1 | -1/+2 | 
| *  | Preserve what the user passed to -include when emitting .d files. Fixes PR8974! | Nick Lewycky | 2011-02-23 | 1 | -1/+2 | 
| *  | When code-completing a case statement for a switch on a value of | Douglas Gregor | 2011-02-18 | 1 | -2/+3 | 
| *  | Teach the CXCodeCompleteResults results structure, which stores | Douglas Gregor | 2011-02-16 | 1 | -5/+6 | 
| *  | Improve the invalidation logic for the cache of global code | Douglas Gregor | 2011-02-16 | 1 | -21/+98 | 
| *  | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis | 2011-02-15 | 1 | -3/+5 | 
| *  | Rename the operation that loads a preprocessed entity from a given offset to ... | Douglas Gregor | 2011-02-11 | 1 | -1/+2 | 
| *  | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor | 2011-02-05 | 1 | -0/+2 | 
| *  | Create a special allocator class for code completion, so that all of | Douglas Gregor | 2011-02-01 | 1 | -1/+1 | 
| *  | Allocate CodeCompletionString and all of its components in a | Douglas Gregor | 2011-02-01 | 1 | -14/+18 | 
| *  | Teach ASTUnit to save the specified target features, since | Douglas Gregor | 2011-01-27 | 1 | -0/+6 | 
| *  | Don't silently drop warning flags passed in to | Douglas Gregor | 2011-01-19 | 1 | -5/+9 | 
| *  | Gather cached code completions after the first reparse, not after the | Douglas Gregor | 2010-12-09 | 1 | -8/+8 | 
| *  | Use atomic operations for libclang's object count tracking. | Douglas Gregor | 2010-12-07 | 1 | -3/+4 | 
| *  | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor | 2010-11-30 | 1 | -2/+68 | 
| *  | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 | 
| *  | When performing code completion within ASTUnit, allocate the AugmentedCodeCom... | Douglas Gregor | 2010-11-29 | 1 | -6/+6 | 
| *  | tidy up.  Split FileManager::getBufferForFile into | Chris Lattner | 2010-11-23 | 1 | -3/+2 | 
| *  | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -17/+13 | 
| *  | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner | 2010-11-23 | 1 | -3/+3 | 
| *  | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner | 2010-11-23 | 1 | -3/+2 | 
| *  | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis | 2010-11-18 | 1 | -0/+3 | 
| *  | Fix source-range information for Objective-C properties. Previously, | Douglas Gregor | 2010-11-17 | 1 | -0/+14 | 
| *  | Use an OwningPtr for the preamble buffer in ASTUnit. This plugs a leak | Douglas Gregor | 2010-11-16 | 1 | -15/+5 | 
| *  | Tweak libclang's heuristics for building precompiled preambles and | Douglas Gregor | 2010-11-15 | 1 | -8/+3 | 
| *  | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor | 2010-11-11 | 1 | -39/+31 | 
| *  | Simplify code. | Benjamin Kramer | 2010-11-09 | 1 | -28/+10 | 
| *  | Change the StringSet used by CalculateHiddenNames() to use a BumpPtrAllocator. | Ted Kremenek | 2010-11-07 | 1 | -6/+6 | 
| *  | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -8/+25 | 
| *  | Disable some timing code | Douglas Gregor | 2010-11-01 | 1 | -1/+1 | 
| *  | Simplify ASTUnit's internal timers, by not trying to keep a pile of | Douglas Gregor | 2010-10-28 | 1 | -66/+64 | 
| *  | Introduce libclang-level options for C++ precompiled preambles, | Douglas Gregor | 2010-10-27 | 1 | -3/+14 | 
| *  | Parse default arguments within member functions in source order, from | Douglas Gregor | 2010-10-12 | 1 | -0/+1 | 
| *  | When we load an ASTUnit from command-line arguments, hold on to the | Douglas Gregor | 2010-10-12 | 1 | -72/+111 |