aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-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-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-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
2013-04-02Fixed "fallthrough annotation does not directly precede switch label" warning inAlexander Kornienko
2013-04-02Fix some inconsistent use of indentation.Daniel Jasper
2013-04-02Escape # and $ in dependency files.Benjamin Kramer
2013-04-02[ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop...Alexey Samsonov
2013-04-02Alternative handling of comments adjacent to preprocessor directives.Alexander Kornienko
2013-04-02[analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev
2013-04-02Add -Wstatic-local-in-inline, which warns about using a static localJohn McCall
2013-04-02[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...Anna Zaks
2013-04-02un-break remaining gdb buildbot testcases.Adrian Prantl
2013-04-02[analyzer] For now, don't inline [cd]tors of C++ containers.Jordan Rose
2013-04-02[analyzer] Cache whether a function is generally inlineable.Jordan Rose
2013-04-02[analyzer] Use inline storage in the FunctionSummary DenseMap.Jordan Rose
2013-04-02[analyzer] Allow suppressing diagnostics reported within the 'std' namespaceJordan Rose
2013-04-01Use the ASYContext::getTypeSizeInChars API to cleanup some ugliness, per JohnChad Rosier
2013-04-01PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith
2013-04-01[arcmt] Copy the diagnostics so we don't have to worry about invaliding itera...Argyrios Kyrtzidis
2013-04-01R600: Handle -mcpu option v3Tom Stellard
2013-04-01R600: Add missing Southern Islands GPU to setCPU() functionTom Stellard
2013-04-01Revert r178079, it caused PR15637.Nico Weber
2013-04-01Don't eagerly deserialize every templated function (and every static dataRichard Smith
2013-04-01* Attempt to un-break gdb buildbot by emitting a lexical block end onlyAdrian Prantl