Age | Commit message (Expand) | Author |
2012-07-11 | Emit -verify diagnostics even when we have a fatal error. | Jordan Rose |
2012-07-10 | Clear diagnostic counts after processing the diagnostics. | Axel Naumann |
2012-07-10 | Allow -verify directives to specify a min and max count, not just "+". | Jordan Rose |
2012-07-10 | Allow line numbers on -verify directives. | Jordan Rose |
2012-07-10 | Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. | Jordan Rose |
2012-07-07 | Re-apply r159875 with fixes. | Ted Kremenek |
2012-07-07 | Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever... | NAKAMURA Takumi |
2012-07-06 | Implement -Wpedantic and --no-pedantic to complement -Weverything. | Ted Kremenek |
2012-07-06 | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames |
2012-07-06 | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko |
2012-07-03 | [libclang] Protect against a race condition where a thread | Argyrios Kyrtzidis |
2012-07-02 | Reduce default template instantiation depth to 512; we're blowing out | Douglas Gregor |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-06-28 | When applying a template diff highlighting to a diagnostic message, remember | Richard Trieu |
2012-06-28 | Fix template type diffing coloring (r159216) when forcing color output to a f... | David Blaikie |
2012-06-28 | Add -ftls-model command-line flag. | Hans Wennborg |
2012-06-26 | Add template type diffing to Clang. This feature will provide a better | Richard Trieu |
2012-06-22 | Documentation cleanup: escape \ characters in Doxygen comments as needed. | James Dennett |
2012-06-21 | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-06-19 | Extend the support for cl-std to include 1.2. | Tanya Lattner |
2012-06-19 | Add a -fuse-init-array option to cc1 and map to the UseInitArray target | Rafael Espindola |
2012-06-19 | Sink definition of IBOutlet, IBOutletCollection, and IBAction into | Ted Kremenek |
2012-06-18 | Add language std for OpenCL 1.1 and 1.2. | Tanya Lattner |
2012-06-18 | Move a few static functions from DiagnosticRenderer.cpp into SourceManager. | Matt Beaumont-Gay |
2012-06-16 | Explicitly build __builtin_va_list. | Meador Inge |
2012-06-15 | [-E] Emit a rewritten _Pragma on its own line. | Jordan Rose |
2012-06-15 | Documentation cleanup: escape # in a Doxygen comment. | James Dennett |
2012-06-14 | Support -frewrite-includes as an option while preprocessing. | David Blaikie |
2012-06-14 | Rename -rewrite-includes to -frewrite-includes. | David Blaikie |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith |
2012-06-11 | Const'ify CompilerInvocation::toArgs(). | Argyrios Kyrtzidis |
2012-06-08 | If fixits appear to overlap, move the second one over in the output. | Jordan Rose |
2012-06-08 | [libclang] Don't crash when saving a PCH from a prefix header | Argyrios Kyrtzidis |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie |
2012-06-06 | Zap the /Za compiler switch from MSVC projects, the option is considered harm... | Francois Pichet |
2012-05-29 | Fix indenting. | David Blaikie |
2012-05-25 | ensure value passed to is space is representable as unsigned char | Seth Cantrell |
2012-05-24 | fix Bug 12924 | Seth Cantrell |
2012-05-22 | wire -fbounds-checking to the new LLVM bounds checking pass | Nuno Lopes |
2012-05-21 | [driver] When creating the compiler invocation out of command-line | Argyrios Kyrtzidis |
2012-05-16 | Pulls diagnostics for temp file handling into the common diagnostic kinds. | Manuel Klimek |
2012-05-16 | Tweek r156937 a bit so that the suggestions are correct. | Chad Rosier |
2012-05-16 | Warn about -Wno-foo where foo is an unknown warning option. This is helpful | Chad Rosier |
2012-05-11 | For final output files create them with mode 0664 to match other | Eric Christopher |
2012-05-10 | Fix an assertion hit when the serialized diagnostics writer receive a diagnostic | Argyrios Kyrtzidis |
2012-05-08 | add -fbounds-checking option. | Nuno Lopes |
2012-05-04 | Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th... | James Molloy |