aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-31Lexer: Don't warn about Unicode in preprocessor directives.Jordan Rose
2013-01-31Preprocessor: initialize member introduced in r173881.Jordan Rose
2013-01-31Micro-change: moved a brace for better readabilityAlexander Kornienko
2013-01-31Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose
2013-01-31Never break inside something that was a preprocessor directive.Manuel Klimek
2013-01-31Several improvements to the formatting of static initializers.Daniel Jasper
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-31Added outer template parameter lists to friend type AST nodes.Enea Zaffanella
2013-01-31[msan] Run more optimizations after MemorySanitizer pass.Evgeniy Stepanov
2013-01-31When we're emitting a constructor or destructor call from a delegatingDouglas Gregor
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2013-01-31When code completing in a statement, parenthesized expression, orDouglas Gregor
2013-01-31Allow the computation of the base priority for a declaration code completion ...Douglas Gregor
2013-01-31Replace "failed template argument deduction" diagnostic with something usefulRichard Smith
2013-01-31Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky
2013-01-31Fix grammar in comment.Nick Lewycky
2013-01-31Clarify the diagnostic for -Wnested-anon-types.Richard Smith
2013-01-31[analyzer] If a lazy binding is undefined, pretend that it's unknown instead.Jordan Rose
2013-01-31When comparing two template template arguments in the template differ, considerRichard Trieu
2013-01-31Fix -Wcovered-switch-default and -Wunused-private-field warnings.Richard Smith
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-31Fix ODR-use of a MemberExpr to check before marking a pure function used. RemoveNick Lewycky
2013-01-31[analyzer] Fix a bug in region store that lead to undefined value falseAnna Zaks
2013-01-31When comparing two templates in the template differ, consider them theDouglas Gregor
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling
2013-01-31Fix unused variable warnings in -asserts buildMatt Beaumont-Gay
2013-01-30Reinstate r173952, this time limiting it to exactly the formDouglas Gregor
2013-01-30Diagnostics: Clarify name of line-length-limiting constant in r173976.Jordan Rose
2013-01-30Changed to static_cast, due to post-commit review.Filipe Cabecinhas
2013-01-30Cast to remove the narrowing conversion error in c++11.Filipe Cabecinhas
2013-01-30Diagnostics: if a line is longer than 4096 characters, don't print it.Jordan Rose
2013-01-30Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""Argyrios Kyrtzidis
2013-01-30Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu
2013-01-30Add OpenCL error that a kernel function must have void return type. Includes ...Tanya Lattner
2013-01-30Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.Jordan Rose
2013-01-30[analyzer] Make shallow mode more shallow.Anna Zaks
2013-01-30[analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks
2013-01-30[analyzer] Move report false positive suppression to report visitors.Anna Zaks
2013-01-30[analyzer] Remove further references to analyzer-ipa.Anna Zaks
2013-01-30Hoist retrieval of Expr* into caller. No functionality change.Ted Kremenek
2013-01-30[preprocessor] Don't warn about "disabled expansion of recursive macro"Argyrios Kyrtzidis
2013-01-30[analyzer] Model trivial copy/move ctors with an aggregate bind.Jordan Rose
2013-01-30Comment parsing: resolve more named character referencesDmitri Gribenko
2013-01-30Revert unintended changeDmitri Gribenko
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-30Also promote fp16 types to double when they're anonymous variadic arguments.Tim Northover
2013-01-30Don't generate no-op replacements.Daniel Jasper
2013-01-30Add "instancetype" as a code completion result for the return type ofDouglas Gregor
2013-01-30The instance methods of the root class of an Objective-C hieararchyDouglas Gregor
2013-01-30C11: Provide the missing half of <stdalign.h>Richard Smith