Age | Commit message (Expand) | Author |
2014-04-25 | Don't align member functions. | Dan Gohman |
2014-04-25 | Introduce an Emscripten C++ ABI. | Dan Gohman |
2013-08-01 | Add the __nacl_atomic_is_lock_free builtin | JF Bastien |
2013-05-21 | Reverting r182337, which merged r182266, __declspec(selectany) | Reid Kleckner |
2013-05-21 | Merging r181487: | Bill Wendling |
2013-05-21 | Merging r182266: | Bill Wendling |
2013-05-06 | Grab-bag of bit-field fixes: | John McCall |
2013-05-06 | Move PragmaCommentHandler to lib/Parse in preparation for calling Sema | Reid Kleckner |
2013-05-06 | Add SystemZ support | Ulrich Weigand |
2013-05-06 | Allow targets to define minimum alignment for global variables | Ulrich Weigand |
2013-05-06 | Require the containing type to be complete when we see | John McCall |
2013-05-05 | C++1y: support for increment and decrement in constant expression evaluation. | Richard Smith |
2013-05-04 | Reverting r181004 since it has broken test/Sema/wchar.c. | Aaron Ballman |
2013-05-04 | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella |
2013-05-04 | AArch64: teach Clang about __clear_cache intrinsic | Tim Northover |
2013-05-04 | Implement most of N3638 (return type deduction for normal functions). | Richard Smith |
2013-05-04 | Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno... | Richard Smith |
2013-05-04 | Separate out and special-case the diagnostic for 'auto' in a | Richard Smith |
2013-05-04 | [doc parsing]: Make warning about unknown command | Fariborz Jahanian |
2013-05-03 | Revert r177218. | Argyrios Kyrtzidis |
2013-05-03 | [Doc parsing] Provide diagnostics for unknown documentation | Fariborz Jahanian |
2013-05-03 | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor |
2013-05-03 | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor |
2013-05-03 | Support __wchar_t in -fms-extensions and -fms-compatibility modes. | Hans Wennborg |
2013-05-03 | Move parsing of identifiers in MS-style inline assembly into | John McCall |
2013-05-02 | Revert r180970; it's causing breakage. | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-04-30 | Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-... | Ted Kremenek |
2013-04-29 | Small CapturedStmt improvements | Ben Langmuir |
2013-04-26 | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-04-26 | C++1y: support simple variable assignments in constexpr functions. | Richard Smith |
2013-04-24 | Objective-C parsing [qoi]: Recover gracefully with good diagnostic | Fariborz Jahanian |
2013-04-24 | Objective-C arc: Improve disgnostics when 'weak' | Fariborz Jahanian |
2013-04-24 | Add test case for -Wdeprecated-objc-pointer-introspection, and | Ted Kremenek |
2013-04-23 | Warn that scoped enumerations are a C++11 extenstion when compiling in | Richard Trieu |
2013-04-22 | Add a warning for Objective-C pointer introspection, which is solely the job ... | Ted Kremenek |
2013-04-22 | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith |
2013-04-21 | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith |
2013-04-20 | Disable VLA diagnostic in C++1y mode, and add some tests. | Richard Smith |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-19 | Note that we support (and in fact have supported since the dawn of time itself) | Richard Smith |
2013-04-17 | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis |
2013-04-17 | DR974: Lambdas can have default arguments. | Richard Smith |
2013-04-17 | Implemented #pragma GCC warning/error in the same mould as #pragma message. | Andy Gibbs |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-04-17 | Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This | Richard Trieu |
2013-04-16 | [1/6] ARM Neon Intrinsic Tablegen Test Generator. | Michael Gottesman |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |