Age | Commit message (Expand) | Author |
2011-09-19 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
2011-09-12 | [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of | Argyrios Kyrtzidis |
2011-09-10 | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor |
2011-09-04 | Fix Lexer::ComputePreamble when MaxLines parameter is non-zero. | Argyrios Kyrtzidis |
2011-09-02 | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-09-01 | Allow the preprocessor to be constructed without performing target- | Douglas Gregor |
2011-09-01 | Teach ASTContext and Preprocessor to hold on to references to the same | Douglas Gregor |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-25 | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-25 | Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be | Argyrios Kyrtzidis |
2011-08-17 | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor |
2011-08-17 | [MSVC] Fix a warning C4334 "'operator' : result of 32-bit shift implicitly co... | NAKAMURA Takumi |
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 |