Age | Commit message (Expand) | Author |
2011-10-09 | OpenCL: add driver/frontend support for precompiled headers | Peter Collingbourne |
2011-10-08 | lib/Frontend/CompilerInstance.cpp: Suppress a "Comparision of unsigned and si... | NAKAMURA Takumi |
2011-10-08 | Whitespace | NAKAMURA Takumi |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-10-06 | CUDA: add -fcuda-is-device flag | Peter Collingbourne |
2011-10-05 | Driver & AST: Implement support for -fpack-struct and -fpack-struct= command | Daniel Dunbar |
2011-10-05 | Seriously ugly hack, part 2 | Douglas Gregor |
2011-10-05 | Seriously ugly hack to try to get the Windows builders back online | Douglas Gregor |
2011-10-05 | Introduce a simple file-based locking protocol for on-demand module | Douglas Gregor |
2011-10-04 | Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. | Justin Holewinski |
2011-10-04 | Rip out flags for controlling C++ "production mode" separately. | Bob Wilson |
2011-10-04 | When build a module on demand, run the module-building job on a | Douglas Gregor |
2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
2011-09-30 | [analyzer] Add -analyzer-purge option which can take on multiple values, remo... | Anna Zaks |
2011-09-29 | Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostic: Factor out | Daniel Dunbar |
2011-09-29 | Introduce an opt-in warning when a module is being implicitly built | Douglas Gregor |
2011-09-29 | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor |
2011-09-28 | [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS | Chad Rosier |
2011-09-27 | Remove the egregious hack that made Objective-C++ ARC work with older | Douglas Gregor |
2011-09-27 | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor |
2011-09-26 | Add back support for a manually formatted section of the diagnostic | Chandler Carruth |
2011-09-26 | Hoist and beef up the asserts about the level of infrastructure expected | Chandler Carruth |
2011-09-26 | Switch the emission of diagnostics without a source location to | Chandler Carruth |
2011-09-26 | Extract the actual printing of the message string into a helper | Chandler Carruth |
2011-09-26 | Group the helpers for word wrapping with the primary routine. No | Chandler Carruth |
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 |