Age | Commit message (Expand) | Author |
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 |
2013-01-17 | Fix a typo introduced in r172665. | Matt Beaumont-Gay |
2013-01-16 | [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar... | Argyrios Kyrtzidis |
2013-01-16 | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor |
2013-01-16 | No longer crashing with an assert when __has_include or __has_include_next is... | Aaron Ballman |
2013-01-16 | First step in implementation of mips16 and nomips16 attributes. | Reed Kotler |
2013-01-16 | [PCH/Modules] Change how macro [re]definitions are de/serialized. | Argyrios Kyrtzidis |
2013-01-16 | Add option to avoid "bin-packing" of parameters. | Daniel Jasper |
2013-01-16 | [analyzer] Refactor: parameter rename. | Anna Zaks |
2013-01-16 | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor |
2013-01-15 | When checking availability attributes for consistency between an | Douglas Gregor |
2013-01-15 | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor |
2013-01-15 | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier |
2013-01-14 | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith |
2013-01-14 | Multiprecision subtraction builtins. | Michael Gottesman |
2013-01-14 | [analyzer] Add ProgramStatePartialTrait<const void *>. | Jordan Rose |
2013-01-14 | [analyzer] Fix cast-away-const warning by using const_cast. | Jordan Rose |
2013-01-14 | Infer "link" lines for top-level frameworks. Essentially, a framework | Douglas Gregor |
2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor |
2013-01-14 | Make single-line if statements optional. | Daniel Jasper |
2013-01-14 | Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in un... | Alexander Kornienko |