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