| Age | Commit message (Expand) | Author |
| 2013-01-28 | Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a | Douglas Gregor |
| 2013-01-28 | Print warning instead of error if optional ASan features are enabled w/o spec... | Alexey Samsonov |
| 2013-01-28 | Add a -pedantic warning: an anonymous union within an anonymous union is not | Richard Smith |
| 2013-01-27 | PR15067: Don't assert when a UCN appears in a C90 file. | Jordan Rose |
| 2013-01-26 | Give a more informative error message when the dot or arrow operator is used | Richard Trieu |
| 2013-01-26 | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor |
| 2013-01-25 | The standard ARM C++ ABI dictates that inline functions are | John McCall |
| 2013-01-25 | First pass at abstracting out a class for the target C++ ABI. | John McCall |
| 2013-01-25 | Add space after ';'. | Fariborz Jahanian |
| 2013-01-25 | Improve diagnsotic further on integer overflow. | Fariborz Jahanian |
| 2013-01-25 | ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare] | NAKAMURA Takumi |
| 2013-01-25 | Add missing InGroup for this warning. | Nick Lewycky |
| 2013-01-25 | Sync 'in class initialization of static const double' extension up with GCC, | Richard Smith |
| 2013-01-24 | Fixes text of diagnostics in integer overflow patch. | Fariborz Jahanian |
| 2013-01-24 | Patch to check for integer overflow. It has been | Fariborz Jahanian |
| 2013-01-24 | Move 'convertUTF8Sequence' helper into the C++ section of the header file. | Jordan Rose |
| 2013-01-24 | Add a fixit for \U1234 -> \u1234. | Jordan Rose |
| 2013-01-24 | Handle universal character names and Unicode characters outside of literals. | Jordan Rose |
| 2013-01-24 | Unify diagnostics for \x, \u, and \U without any following hex digits. | Jordan Rose |
| 2013-01-24 | [ms-inline asm] Add an error when trying to compile MS-style inline assembly | Chad Rosier |
| 2013-01-24 | Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar... | Nick Lewycky |
| 2013-01-23 | Implement -Wvla correctly | Dmitri Gribenko |
| 2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
| 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 | [ms-inline asm] Remove a warning about ms-style inline assembly not being | Chad Rosier |
| 2013-01-21 | Add a fixit for _Noreturn main, | Dmitri Gribenko |
| 2013-01-20 | Prune unused diagnostics. | Benjamin Kramer |
| 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-19 | Reapply r172878 with test case. | Ted Kremenek |
| 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 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
| 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 | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly |
| 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-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-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-14 | Multiprecision subtraction builtins. | Michael Gottesman |
| 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 | Accept [[gnu::*]] for all __attribute__((*))s which are: | Richard Smith |