aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-03Update OpenCL comments to mention spec section and version.Tanya Lattner
2013-04-03<rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor
2013-04-03Revert accidental commit.Richard Smith
2013-04-03Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith
2013-04-03[analyzer] Allow tracknullOrUndef look through the ternary operator even when...Anna Zaks
2013-04-03[preprocessor] Minor optimization following r178671.Argyrios Kyrtzidis
2013-04-03Complain about attempts to befriend declarations via a usingJohn McCall
2013-04-03[analyzer] Correctly handle destructors for lifetime-extended temporaries.Jordan Rose
2013-04-03[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks
2013-04-03[analyzer] Warn when nil receiver results in forming null referenceAnna Zaks
2013-04-03[analyzer] make peelOffOuterExpr in BugReporterVisitors recursively peel off ...Anna Zaks
2013-04-03[analyzer] Properly handle the ternary operator in trackNullOrUndefValueAnna Zaks
2013-04-03[analyzer] Fix typo.Anna Zaks
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Objective-C modern rewriter. Fixes a bugFariborz Jahanian
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2013-04-03Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber
2013-04-03Test Hexagon tool-chain when configured as OSless target.Jyotsna Verma
2013-04-03Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola
2013-04-03Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper
2013-04-03Even better way to handle comments adjacent to preprocessor directives.Alexander Kornienko
2013-04-03Enable use of _Static_assert inside structs and unions in C11 mode (as per C1...Andy Gibbs
2013-04-03Assert that Parser::ParseStructUnionBody is not called for C++ code.Andy Gibbs
2013-04-03Cleanup, add comments and address review comments.Daniel Jasper
2013-04-03[modules] If a submodule has re-definitions of the same macro, only the last ...Argyrios Kyrtzidis
2013-04-03Use getPredefinesFileID() appropriately.Douglas Gregor
2013-04-03Refactor the Get* functions to be more consistant among themselves.Richard Trieu
2013-04-03Do not assume the template argument is an integer only because theRichard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-04-03Move this file into the correct directory.Eric Christopher
2013-04-03From PR9121 gcc defaulted to omitting the frame pointer on linux,Eric Christopher
2013-04-03Escape more @ signs in Doxygen comments.Jordan Rose
2013-04-03[analyzer] Better model for copying of array fields in implicit copy ctors.Jordan Rose
2013-04-03In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall
2013-04-02Objective-C arc [qui]. Don't issue the bridge castFariborz Jahanian
2013-04-02Silencing warnings in MSVC due to duplicate identifiers.Aaron Ballman
2013-04-02Revert "Revert r178079, it caused PR15637."Eric Christopher
2013-04-02Update assertion string to new name of ArithAssignBinaryOperatorStefanus Du Toit
2013-04-02[ms-inline asm] Test case for r178566.Chad Rosier
2013-04-02If a defaulted special member is implicitly deleted, check whether it'sRichard Smith
2013-04-02Objective-C: Provide fixit hints when warningFariborz Jahanian
2013-04-02Remove dead store.Richard Smith
2013-04-02Adding a hasLocalQualifiers() AST Matcher.Edwin Vane
2013-04-02Moved fallthrough regression test to switch-implicit-fallthrough.cpp.Alexander Kornienko
2013-04-02[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestionReid Kleckner
2013-04-02[ms-cxxabi] Remove unused variableReid Kleckner
2013-04-02[ms-cxxabi] Move MS inheritance model calculation into MemberPointerTypeReid Kleckner