Age | Commit message (Expand) | Author |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-23 | Implement -Wvla correctly | Dmitri Gribenko |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-23 | Add constness for NestedNameSpecifier::Create parameter | Dmitri Gribenko |
2013-01-23 | Constify some getters in RedeclarableTemplateDecl | Dmitri Gribenko |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-23 | Add option to allow putting all parameters onto the next line. | Daniel Jasper |
2013-01-23 | Documentation cleanup: fixing documentation for FrontendAction. | James Dennett |
2013-01-22 | [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style | Chad Rosier |
2013-01-22 | Split "discards qualifiers" warnings of -Wincompatible-pointer-types into sub... | Ted Kremenek |
2013-01-22 | Small code change to improve performance | Fariborz Jahanian |
2013-01-22 | objectiveC (take two): don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-22 | [ms-inline asm] Remove a warning about ms-style inline assembly not being | Chad Rosier |
2013-01-22 | Switch to APFloat constructor taking fltSemantics. | Tim Northover |
2013-01-21 | objectiveC: don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-21 | Give ModuleFiles an index, so that we can use indexed vectors rather | Douglas Gregor |
2013-01-21 | Eliminate Sema::CompareProperties(), which was walking over a pile of | Douglas Gregor |
2013-01-21 | Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which | Douglas Gregor |
2013-01-21 | Revert r173056; it breaks one of the CodeGen-with-PCH tests. | Douglas Gregor |
2013-01-21 | When loading an identifier from an AST file solely for the purpose of | Douglas Gregor |
2013-01-21 | Introduce a fast path for the ASTReader's name lookup within a | Douglas Gregor |
2013-01-21 | AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field] | NAKAMURA Takumi |
2013-01-21 | First step towards vftable generation with -cxx-abi microsoft PR13231 | Timur Iskhodzhanov |
2013-01-21 | Add a fixit for _Noreturn main, | Dmitri Gribenko |
2013-01-20 | Prune unused diagnostics. | Benjamin Kramer |
2013-01-20 | Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ... | Alexey Samsonov |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-20 | convert some more stuff over to use new cursor APIs. | Chris Lattner |
2013-01-19 | Reapply r172878 with test case. | Ted Kremenek |
2013-01-19 | [PCH/Modules] Revert r172843, it caused a module to fail building. | Argyrios Kyrtzidis |
2013-01-19 | [analyzer] Suppress warnings coming out of macros defined in sys/queue.h | Anna Zaks |
2013-01-19 | Revert r172878, "Reword warning about using a *static* variable within its ow... | NAKAMURA Takumi |
2013-01-19 | Reword warning about using a *static* variable within its own initialization. | Ted Kremenek |
2013-01-18 | Fix mismatched #endif. | Jordan Rose |
2013-01-18 | Once we've collected the template arguments for a | Douglas Gregor |
2013-01-18 | [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! | Argyrios Kyrtzidis |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2013-01-18 | Revert Clang r172620 and r172629, which caused a hang when building | Douglas Gregor |
2013-01-17 | Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not | Richard Smith |
2013-01-17 | In Objective-C ARC, completely ignore ownership qualifiers on the | Douglas Gregor |
2013-01-17 | Parsing support for C11's _Noreturn keyword. No semantics yet. | Richard Smith |
2013-01-17 | We want the dwarf AT_producer for assembly source files to match clang's | Kevin Enderby |
2013-01-17 | [ms-inline asm] Extend the Sema interface to get the size and length of a | Chad Rosier |
2013-01-17 | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly |
2013-01-17 | Revert most of r172140. | Nico Weber |
2013-01-17 | ArrayRef-ize some ctor initializer related APIs | David Blaikie |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-17 | Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on | Richard Smith |
2013-01-17 | Implement a fixit for -Wmain-return-type | Dmitri Gribenko |