Age | Commit message (Expand) | Author |
2011-09-26 | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis |
2011-09-26 | Don't print a stray ] at the end of diagnostics. | Benjamin Kramer |
2011-09-26 | Remove support for splitting word-wrapped diagnostic messages on newline | Chandler Carruth |
2011-09-26 | Move the word wrapped printing routine down to all the other helper | Chandler Carruth |
2011-09-26 | Switch some of my recently added helper functions to use the proper | Chandler Carruth |
2011-09-26 | Rewrite the printing of diagnostic options, categories, etc to actually | Chandler Carruth |
2011-09-26 | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie |
2011-09-26 | Delete an extraneous line I missed. | Chandler Carruth |
2011-09-26 | A direct extraction of the rest of the option printing into a helper. | Chandler Carruth |
2011-09-26 | Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-26 | Start a more correct pattern for factoring out the name printing. Slowly | Chandler Carruth |
2011-09-26 | Revert r140484. That was *not* ready to be committed! Only halfway done, | Chandler Carruth |
2011-09-26 | Fix a formatting goof. | Chandler Carruth |
2011-09-26 | Rename ChainedDiagnosticClient to ChainedDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-26 | Extract the diagnostic message formatting into a helper routine. | Chandler Carruth |
2011-09-26 | Rename StoredDiagnosticClient to StoredDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Extract the logic for printing a colorful level name into a helper | Chandler Carruth |
2011-09-25 | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-25 | Inline this method now that its completely trivial, and prepare for | Chandler Carruth |
2011-09-25 | Shuffle some names around. 'CaretDiagnostic' is inaccurate as this needs | Chandler Carruth |
2011-09-25 | Actually remove the members of CaretDiagnostic no longer in use for | Chandler Carruth |
2011-09-25 | Sink the logic for suppressing some macro expansion notes from the | Chandler Carruth |
2011-09-25 | Split the recursive macro expansion walk out from the routine which | Chandler Carruth |
2011-09-23 | Don't translate CRLF files into LF files. Fixes PR6870, from Aaron Ballman! | Douglas Gregor |
2011-09-23 | More missing header inclusions from llvm_unreachable migration. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-23 | Reenable -cxx-isystem for Objective C++, until I come up with a better solution | Benjamin Kramer |
2011-09-22 | Add support for CPATH and friends. | Benjamin Kramer |
2011-09-21 | In the OpenCL mode, the AltiVec mode must be off and checks must be strict | Tobias Grosser |
2011-09-20 | Remove __WCHAR_UNSIGNED__ and anything that used it. | Eric Christopher |
2011-09-19 | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis |
2011-09-19 | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis |
2011-09-19 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
2011-09-19 | Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea... | Francois Pichet |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-17 | As per discussion with Doug Gregor on the IRC channel, introduce a new compil... | Francois Pichet |
2011-09-15 | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor |
2011-09-15 | Comment what's going on when we compile a module | Douglas Gregor |
2011-09-15 | Detect cyclic module dependencies in a manner that is rather more | Douglas Gregor |
2011-09-15 | Eliminate the list of modules from the preprocessor options. This was | Douglas Gregor |
2011-09-15 | Eliminate the unused -create-module cc1-level option | Douglas Gregor |
2011-09-15 | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor |
2011-09-15 | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis |
2011-09-14 | Make -E work with module imports | Douglas Gregor |
2011-09-14 | Encode the module hash in base-36, to reduce the length of the strings a bit | Douglas Gregor |
2011-09-13 | Assert that the module hash produced after stripping away non-modular options... | Douglas Gregor |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-13 | When building a module on-demand, clear out the "non-modular" language | Douglas Gregor |