Age | Commit message (Expand) | Author |
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 |
2012-05-04 | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov |
2012-05-03 | Use the standard values for the __cplusplus macro, even when in GNU mode. GCC | Richard Smith |
2012-05-02 | Fix cmake. Remaining two ClangCC1Options deps. | Andrew Trick |
2012-05-01 | Remove variables made dead by r155923 | David Blaikie |
2012-05-01 | Remove dead code found by static analyzer. | Ted Kremenek |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2012-05-01 | Make some helper functions static. | Benjamin Kramer |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-27 | Use enum to set debug info size generated by Clang | Alexey Samsonov |
2012-04-26 | Revert r154981, because it caused PR12674. | Nico Weber |
2012-04-18 | Suppress -Wunused-variable warning in -Asserts build | Matt Beaumont-Gay |
2012-04-18 | fix display of source lines with null characters | Seth Cantrell |
2012-04-18 | Nicer display of unprintable source, and fix caret display for non-ascii text | Seth Cantrell |
2012-04-17 | Revert "Nicer display of unprintable source, and fix caret display for non-as... | Seth Cantrell |
2012-04-17 | fix display of source lines with null characters | Seth Cantrell |
2012-04-17 | Nicer display of unprintable source, and fix caret display for non-ascii text | Seth Cantrell |
2012-04-16 | objective-c modern translator: buildit objc bool | Fariborz Jahanian |
2012-04-14 | ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked. | Benjamin Kramer |
2012-04-13 | Remove the -cc1-level option "-pubnames-dump". Such things should stay | Douglas Gregor |
2012-04-13 | Implement the missing pieces needed to support libstdc++4.7's <atomic>: | Richard Smith |
2012-04-12 | Changed all direct calls to CompletionConsumer.reset(..) to go call | Erik Verbruggen |
2012-04-12 | Added a flag to the parser to skip method bodies. | Erik Verbruggen |
2012-04-11 | [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak... | Argyrios Kyrtzidis |
2012-04-10 | [code-complete] Introduce CodeCompletionTUInfo which will be used for caching | Argyrios Kyrtzidis |
2012-04-09 | Revert r154321, pending more discussion. | David Chisnall |
2012-04-09 | Add -fobjc-trace to emit a call before and after each Objective-C message send | David Chisnall |
2012-04-08 | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth |