summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Don't track autorelease pools created by +new.Jordan Rose2013-01-312-2722/+3991
* Lexer: Don't warn about Unicode in preprocessor directives.Jordan Rose2013-01-313-2/+19
* Preprocessor: initialize member introduced in r173881.Jordan Rose2013-01-311-0/+1
* Reverted unintendedly-committed file.Alexander Kornienko2013-01-311-1/+1
* Micro-change: moved a brace for better readabilityAlexander Kornienko2013-01-312-3/+3
* Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose2013-01-315-183/+17
* clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:m...NAKAMURA Takumi2013-01-311-1/+1
* Never break inside something that was a preprocessor directive.Manuel Klimek2013-01-312-3/+5
* Several improvements to the formatting of static initializers.Daniel Jasper2013-01-313-16/+71
* Attempt to fix Windows build breakage.Evgeniy Stepanov2013-01-311-1/+2
* Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek2013-01-312-165/+196
* Add support for AArch64 target.Tim Northover2013-01-3119-6/+1467
* Revert r174043 and tweak the comment wording so I'm (hopefully) not confused ...Richard Smith2013-01-311-0/+8
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-316-28/+84
* [msan] Run more optimizations after MemorySanitizer pass.Evgeniy Stepanov2013-01-311-0/+12
* Remove incorrect warning signs from QualType::getUnqualifiedType(). TheseRichard Smith2013-01-311-8/+0
* When we're emitting a constructor or destructor call from a delegatingDouglas Gregor2013-01-315-21/+73
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-3111-53/+91
* When code completing in a statement, parenthesized expression, orDouglas Gregor2013-01-314-12/+29
* Allow the computation of the base priority for a declaration code completion ...Douglas Gregor2013-01-315-54/+71
* Replace "failed template argument deduction" diagnostic with something usefulRichard Smith2013-01-316-8/+54
* Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky2013-01-319-38/+74
* Fix grammar in comment.Nick Lewycky2013-01-311-1/+1
* Clarify the diagnostic for -Wnested-anon-types.Richard Smith2013-01-314-10/+11
* [analyzer] If a lazy binding is undefined, pretend that it's unknown instead.Jordan Rose2013-01-312-4/+83
* When comparing two template template arguments in the template differ, considerRichard Trieu2013-01-312-5/+22
* Fix -Wcovered-switch-default and -Wunused-private-field warnings.Richard Smith2013-01-311-19/+17
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-3111-143/+412
* Fix ODR-use of a MemberExpr to check before marking a pure function used. RemoveNick Lewycky2013-01-313-3/+26
* [analyzer] Fix a bug in region store that lead to undefined value falseAnna Zaks2013-01-312-17/+21
* Sometimes ld is just ld.Matt Beaumont-Gay2013-01-311-5/+5
* When comparing two templates in the template differ, consider them theDouglas Gregor2013-01-312-2/+19
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-315-22/+31
* Fix unused variable warnings in -asserts buildMatt Beaumont-Gay2013-01-311-2/+2
* Reinstate r173952, this time limiting it to exactly the formDouglas Gregor2013-01-303-2/+14
* Diagnostics: Clarify name of line-length-limiting constant in r173976.Jordan Rose2013-01-301-3/+3
* Changed to static_cast, due to post-commit review.Filipe Cabecinhas2013-01-301-2/+2
* TableGen backends: use emitSourceFileHeader() to emit the warning aboutDmitri Gribenko2013-01-305-18/+34
* Cast to remove the narrowing conversion error in c++11.Filipe Cabecinhas2013-01-301-2/+2
* Diagnostics: if a line is longer than 4096 characters, don't print it.Jordan Rose2013-01-302-2/+20
* Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""Argyrios Kyrtzidis2013-01-303-10/+2
* Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu2013-01-302-5/+38
* Add OpenCL error that a kernel function must have void return type. Includes ...Tanya Lattner2013-01-303-1/+14
* Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.Jordan Rose2013-01-301-2/+1
* Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.Jordan Rose2013-01-302-0/+7
* [analyzer] Make shallow mode more shallow.Anna Zaks2013-01-307-12/+53
* [analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks2013-01-307-16/+21
* [analyzer] Move report false positive suppression to report visitors.Anna Zaks2013-01-304-39/+65
* [analyzer] Remove further references to analyzer-ipa.Anna Zaks2013-01-303-40/+37
* scan-build: When using Xcode 4.6, use build settings for doing proper build i...Ted Kremenek2013-01-301-0/+30
OpenPOWER on IntegriCloud