Age | Commit message (Expand) | Author |
2011-08-04 | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor |
2011-07-30 | When performing code completion after at @interface, allow both | Douglas Gregor |
2011-07-28 | Cut down the number of open/close system calls for output files. | Argyrios Kyrtzidis |
2011-07-26 | This patch extends the previous patch by starting to incorporate more functio... | Jonathan D. Turner |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Remove prepending of '$' to module names. | Jonathan D. Turner |
2011-07-22 | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor |
2011-07-22 | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor |
2011-07-21 | For ASTUnit::Save, write the AST to a temporary and then rename it to the act... | Argyrios Kyrtzidis |
2011-07-21 | Cut down one open/close pair of system calls by using Path's makeUnique inste... | Argyrios Kyrtzidis |
2011-07-21 | Rework the detailed preprocessing record to separate preprocessing | Douglas Gregor |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-18 | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel |
2011-07-14 | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth |
2011-07-07 | Introduce a new libclang aPI function, | Douglas Gregor |
2011-07-06 | Keep track of when "unrecoverable" errors occur, then allow | Douglas Gregor |
2011-07-06 | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor |
2011-07-01 | When we create a precompiled preamble, don't copy the | Douglas Gregor |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-05-04 | ASTUnit::LoadFromASTFile(): recover the resources from an ASTReader if it cra... | Ted Kremenek |
2011-05-03 | Introduce ASTUnit::LoadFromCompilerInvocationAction that allows one to create... | Argyrios Kyrtzidis |
2011-04-04 | Move Driver::createInvocationFromArgs function to Frontend library to avoid d... | Argyrios Kyrtzidis |
2011-04-04 | Introduce Driver::createInvocationFromArgs used to create a CompilerInvocatio... | Argyrios Kyrtzidis |
2011-03-23 | switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. | Chris Lattner |
2011-03-23 | std::vector::data() is not portable to VS. Use a gross hack instead. | Ted Kremenek |
2011-03-22 | Rework crash recovery cleanup in ASTUnit and CIndex to recover more memory du... | Ted Kremenek |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2011-03-21 | Use CrashRecoveryContextCleanup objects to reclaim resources from CompilerIns... | Ted Kremenek |
2011-03-18 | Use the newly added FileManager::getNoncachedStatValue when trying to determi... | Anders Carlsson |
2011-03-18 | Correctly store and keep track of the FileSystemOptions in ASTUnit and in cla... | Anders Carlsson |
2011-03-18 | Use CrashRecoveryContextCleanup objects to recover an ASTUnit if we crash in ... | Ted Kremenek |
2011-03-09 | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis |
2011-03-08 | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis |
2011-03-07 | Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 opt... | Argyrios Kyrtzidis |
2011-03-05 | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis |
2011-03-05 | Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the AS... | Argyrios Kyrtzidis |
2011-02-23 | Preserve what the user passed to -include when emitting .d files. Fixes PR8974! | Nick Lewycky |
2011-02-18 | When code-completing a case statement for a switch on a value of | Douglas Gregor |
2011-02-16 | Teach the CXCodeCompleteResults results structure, which stores | Douglas Gregor |
2011-02-16 | Improve the invalidation logic for the cache of global code | Douglas Gregor |
2011-02-15 | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis |
2011-02-11 | Rename the operation that loads a preprocessed entity from a given offset to ... | Douglas Gregor |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor |
2011-02-01 | Create a special allocator class for code completion, so that all of | Douglas Gregor |
2011-02-01 | Allocate CodeCompletionString and all of its components in a | Douglas Gregor |
2011-01-27 | Teach ASTUnit to save the specified target features, since | Douglas Gregor |
2011-01-19 | Don't silently drop warning flags passed in to | Douglas Gregor |
2010-12-09 | Gather cached code completions after the first reparse, not after the | Douglas Gregor |
2010-12-07 | Use atomic operations for libclang's object count tracking. | Douglas Gregor |
2010-11-30 | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor |