|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. | Argyrios Kyrtzidis | 2011-10-24 | 1 | -13/+7 | 
| * | Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre... | Argyrios Kyrtzidis | 2011-10-14 | 1 | -13/+16 | 
| * | [libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-ent... | Argyrios Kyrtzidis | 2011-10-10 | 1 | -2/+28 | 
| * | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor | 2011-09-29 | 1 | -0/+6 | 
| * | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis | 2011-09-26 | 1 | -12/+44 | 
| * | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -2/+2 | 
| * | Rename StoredDiagnosticClient to StoredDiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -6/+6 | 
| * | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -4/+4 | 
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -19/+19 | 
| * | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis | 2011-09-19 | 1 | -61/+1 | 
| * | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 | 
| * | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis | 2011-09-19 | 1 | -2/+42 | 
| * | [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of | Argyrios Kyrtzidis | 2011-09-12 | 1 | -16/+4 | 
| * | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor | 2011-09-10 | 1 | -7/+0 | 
| * | Fix Lexer::ComputePreamble when MaxLines parameter is non-zero. | Argyrios Kyrtzidis | 2011-09-04 | 1 | -1/+2 | 
| * | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor | 2011-09-02 | 1 | -6/+1 | 
| * | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -22/+25 | 
| * | Allow the preprocessor to be constructed without performing target- | Douglas Gregor | 2011-09-01 | 1 | -24/+39 | 
| * | Teach ASTContext and Preprocessor to hold on to references to the same | Douglas Gregor | 2011-09-01 | 1 | -6/+6 | 
| * | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 2011-09-01 | 1 | -2/+3 | 
| * | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -3/+1 | 
| * | Introduce support for a simple module import declaration, which | Douglas Gregor | 2011-08-26 | 1 | -1/+1 | 
| * | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor | 2011-08-25 | 1 | -13/+0 | 
| * | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor | 2011-08-25 | 1 | -7/+5 | 
| * | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 2011-08-25 | 1 | -10/+9 | 
| * | Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be | Argyrios Kyrtzidis | 2011-08-25 | 1 | -1/+3 | 
| * | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor | 2011-08-17 | 1 | -5/+0 | 
| * | [MSVC] Fix a warning C4334 "'operator' : result of 32-bit shift implicitly co... | NAKAMURA Takumi | 2011-08-17 | 1 | -2/+1 | 
| * | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor | 2011-08-04 | 1 | -0/+4 | 
| * | When performing code completion after at @interface, allow both | Douglas Gregor | 2011-07-30 | 1 | -2/+2 | 
| * | Cut down the number of open/close system calls for output files. | Argyrios Kyrtzidis | 2011-07-28 | 1 | -13/+7 | 
| * | This patch extends the previous patch by starting to incorporate more functio... | Jonathan D. Turner | 2011-07-26 | 1 | -1/+1 | 
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -30/+30 | 
| * | Remove prepending of '$' to module names. | Jonathan D. Turner | 2011-07-22 | 1 | -2/+2 | 
| * | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor | 2011-07-22 | 1 | -5/+6 | 
| * | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor | 2011-07-22 | 1 | -2/+2 | 
| * | For ASTUnit::Save, write the AST to a temporary and then rename it to the act... | Argyrios Kyrtzidis | 2011-07-21 | 1 | -4/+26 | 
| * | Cut down one open/close pair of system calls by using Path's makeUnique inste... | Argyrios Kyrtzidis | 2011-07-21 | 1 | -1/+1 | 
| * | Rework the detailed preprocessing record to separate preprocessing | Douglas Gregor | 2011-07-21 | 1 | -9/+1 | 
| * | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor | 2011-07-19 | 1 | -19/+95 | 
| * | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel | 2011-07-18 | 1 | -2/+2 | 
| * | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth | 2011-07-14 | 1 | -7/+7 | 
| * | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -16/+30 | 
| * | Keep track of when "unrecoverable" errors occur, then allow | Douglas Gregor | 2011-07-06 | 1 | -1/+1 | 
| * | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor | 2011-07-06 | 1 | -4/+4 | 
| * | When we create a precompiled preamble, don't copy the | Douglas Gregor | 2011-07-01 | 1 | -6/+9 | 
| * | Introduce a new libclang parsing flag, | Douglas Gregor | 2011-05-06 | 1 | -2/+12 | 
| * | 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 |