summaryrefslogtreecommitdiff
path: root/include/clang/Basic
Commit message (Expand)AuthorAge
* [Modules] When things go horribly wrong when reading a module, point at the m...Douglas Gregor2013-05-10
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-10
* C++1y n3648: parse and reject init-captures for now.Richard Smith2013-05-09
* CodeGen for CapturedStmtsBen Langmuir2013-05-09
* Put some diagnostics in DiagnosticCommonKinds.td in a category, mirroring wha...Ted Kremenek2013-05-09
* put noisy "unknown command tag name" warningFariborz Jahanian2013-05-08
* All -Wdocumentation warnings are DefaultIgnoreDmitri Gribenko2013-05-08
* documentation parsing. Patch to do typo correction for Fariborz Jahanian2013-05-08
* C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-08
* Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...Argyrios Kyrtzidis2013-05-07
* C++1y: an assignment operator is implicitly 'constexpr' if it would only call...Richard Smith2013-05-07
* Grab-bag of bit-field fixes:John McCall2013-05-06
* Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner2013-05-06
* Add SystemZ supportUlrich Weigand2013-05-06
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-06
* Require the containing type to be complete when we seeJohn McCall2013-05-06
* C++1y: support for increment and decrement in constant expression evaluation.Richard Smith2013-05-05
* Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman2013-05-04
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-04
* AArch64: teach Clang about __clear_cache intrinsicTim Northover2013-05-04
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-04
* Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...Richard Smith2013-05-04
* Separate out and special-case the diagnostic for 'auto' in aRichard Smith2013-05-04
* [doc parsing]: Make warning about unknown commandFariborz Jahanian2013-05-04
* Revert r177218.Argyrios Kyrtzidis2013-05-03
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-03
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-03
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-03
* Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg2013-05-03
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-03
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-02
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-02
* Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-...Ted Kremenek2013-04-30
* Small CapturedStmt improvementsBen Langmuir2013-04-29
* [PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis2013-04-26
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-26
* Objective-C parsing [qoi]: Recover gracefully with good diagnosticFariborz Jahanian2013-04-24
* Objective-C arc: Improve disgnostics when 'weak'Fariborz Jahanian2013-04-24
* Add test case for -Wdeprecated-objc-pointer-introspection, andTed Kremenek2013-04-24
* Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu2013-04-23
* Add a warning for Objective-C pointer introspection, which is solely the job ...Ted Kremenek2013-04-22
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-22
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-21
* Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith2013-04-20
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-20
* Note that we support (and in fact have supported since the dawn of time itself)Richard Smith2013-04-19
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-17
* DR974: Lambdas can have default arguments.Richard Smith2013-04-17
* Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs2013-04-17