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