Age | Commit message (Expand) | Author |
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 |
2012-03-28 | [analyzer] Enable retry exhausted without inlining by default. | Anna Zaks |
2012-03-27 | Move the emission of strict enum range metadata behind a flag (the same | Chandler Carruth |
2012-03-27 | [analyzer] Add an option to re-analyze a dead-end path without inlining. | Anna Zaks |
2012-03-27 | Introduce a -cc1-level option -pubnames-dump, which simply dumps the | Douglas Gregor |
2012-03-26 | Driver: Factor string vector push_back into a helper class and optimize it. | Benjamin Kramer |
2012-03-25 | Since this change is generating a considerable amount of discussion (and poss... | Aaron Ballman |
2012-03-25 | No longer hard coding paths to the MinGW include directories; using a regular... | Aaron Ballman |
2012-03-15 | [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches | Chad Rosier |
2012-03-15 | Adding in newer MinGW header paths. | Aaron Ballman |
2012-03-14 | [frontend] Add support for disabling the "inline" keyword using | Chad Rosier |
2012-03-13 | [driver] Parse diagnostic args in the driver. | Chad Rosier |
2012-03-13 | [libclang] When there's a file error when saving the PCH, make sure to | Argyrios Kyrtzidis |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | No longer defining GNUC mode when compiling for Microsoft compatibility. Thi... | Aaron Ballman |
2012-03-09 | [analyzer] Add support for NoRedundancy inlining mode. | Anna Zaks |
2012-03-09 | [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit | Daniel Dunbar |
2012-03-08 | [analyzer] Rework inlining related command line options. | Anna Zaks |
2012-03-08 | Replace MarkVarRequired with a more generic | Rafael Espindola |
2012-03-07 | Workaround module test failures by removing the version info from module hashes. | Bob Wilson |