aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall
2013-05-03Re-apply 180974 with the build error fixed. This was the resultTed Kremenek
2013-05-03Revert "Change LocationContextMap to be a temporary instead of shared variabl...Rafael Espindola
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-05-02Change LocationContextMap to be a temporary instead of shared variable in Bug...Ted Kremenek
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
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-05-02[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.Jordan Rose
2013-05-01[analyzer] Consolidate constant evaluation logic in SValBuilder.Jordan Rose
2013-05-01[documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian
2013-05-01[ObjC declaration documentation] declaration of Fariborz Jahanian
2013-04-30[driver] Allow multiple -arch options with -save-temps by adding the arch nameChad Rosier
2013-04-30When deducing an 'auto' type, don't modify the type-as-written.Richard Smith
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-04-30[Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan
2013-04-30Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-...Ted Kremenek
2013-04-30[PCH] Fix memory leak related to deserialized MacroInfo objects.Argyrios Kyrtzidis
2013-04-29Just use std::list<> for PathPieces instead of complicated use of ilist.Ted Kremenek
2013-04-29Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...Ted Kremenek
2013-04-29[analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...Ted Kremenek
2013-04-29Use ArrayRef in AddMethodCandidate.Rafael Espindola
2013-04-29Small CapturedStmt improvementsBen Langmuir
2013-04-29Keep the parser's template depth up to date when parsing local templates andRichard Smith
2013-04-27ArrayRef'ize Sema::ActOnEnumBody. No functionality change.Dmitri Gribenko
2013-04-26[PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis
2013-04-26[Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis
2013-04-26[frontend] Make -chain-include work when used with modules.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-26Use bitfilds.Rafael Espindola
2013-04-26Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola
2013-04-25Objective-C: This is a small modification to myFariborz Jahanian
2013-04-25Fix a possible null pointer dereference found by the analyzer.Anna Zaks
2013-04-25Add option to align escaped newlines left.Daniel Jasper
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-24[driver] Add a hasFlag API that accepts a positive alias.Chad Rosier
2013-04-24Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian
2013-04-24Add test case for -Wdeprecated-objc-pointer-introspection, andTed Kremenek
2013-04-23[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks
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-22[ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier
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-20Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan
2013-04-20[analyzer] Ensure BugReporterTracking works on regions with pointer arithmeticAnna Zaks