Age | Commit message (Expand) | Author |
2011-10-24 | Switch to a more natural formatting of the macro name printing. | Chandler Carruth |
2011-10-24 | [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. | Argyrios Kyrtzidis |
2011-10-24 | Make -fms-compatibility imply -fms-extensions. Fixes PR11204. | Douglas Gregor |
2011-10-21 | Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is | Nick Lewycky |
2011-10-19 | Define __STDC__ in -fms-extensions mode; defining it is consistent with gcc, ... | Eli Friedman |
2011-10-18 | Frontend: Support -iframework. | Daniel Dunbar |
2011-10-17 | Wire up support for the controlling the extended dwarf .file directive. With | Nick Lewycky |
2011-10-17 | When building a module, use the macro definitions on the command line | Douglas Gregor |
2011-10-16 | Hoist the logic I added to compute the macro name into a helper | Chandler Carruth |
2011-10-16 | Now that macro expansion notes are real notes and go through the same | Chandler Carruth |
2011-10-16 | Fix the original bug in our diagnostic printing that got me started on | Chandler Carruth |
2011-10-16 | Now that the structure of this is more reasonably laid out, fix a long | Chandler Carruth |
2011-10-16 | Add proper doxyments to the entry point routine, and remove a dead parameter. | Chandler Carruth |
2011-10-16 | Persist the TextDiagnostic object across multiple diagnostics as long as | Chandler Carruth |
2011-10-15 | Clean up the names of all the TextDiagnostic methods (and even a static | Chandler Carruth |
2011-10-15 | Move two functions out of the public interface that shouldn't have ever | Chandler Carruth |
2011-10-15 | Graduate the TextDiagnostic interface to its own header and source file, | Chandler Carruth |
2011-10-15 | Move the message printing to a class-static function so that it can be | Chandler Carruth |
2011-10-15 | Move the diagnostic level printing into a class static helper. This will | Chandler Carruth |
2011-10-15 | Rationalize the last bit of "arbitrary" state that is carried between | Chandler Carruth |
2011-10-15 | Neither 'Warning' nor 'NonNote' was a good name for this location... | Chandler Carruth |
2011-10-15 | Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-dead | Chandler Carruth |
2011-10-15 | Sink the include stack printing into the generic text diagnostic | Chandler Carruth |
2011-10-15 | Rationalize some of how the locations of prior diagnostics are tracked | Chandler Carruth |
2011-10-15 | Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic | Chandler Carruth |
2011-10-15 | Sink the non-caret diagnostic logic down and out of the diagnostic | Chandler Carruth |
2011-10-15 | Simplify the interface of a helper method in the TextDiagnosticPrinter | Chandler Carruth |
2011-10-15 | Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing. | Chandler Carruth |
2011-10-14 | Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre... | Argyrios Kyrtzidis |
2011-10-14 | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer |
2011-10-11 | Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include | Daniel Dunbar |
2011-10-11 | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis |
2011-10-10 | [libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-ent... | Argyrios Kyrtzidis |
2011-10-10 | Revert r140009, about disabling clang's builtin in -fms-compatibility mode. | Francois Pichet |
2011-10-10 | When an included non-system directory duplicates a system directory the clang | Chad Rosier |
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 |