summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [analyzer] Malloc: A pointer might escape through CFContainers APIs,Anna Zaks2012-02-29
* Reapply r151638 and r151641.James Molloy2012-02-29
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-29
* Add some iterators for grabbing lambda expression contexts.Eric Christopher2012-02-29
* Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman2012-02-29
* ASTWriter: Cache some DenseMaps we use repeatedly.Daniel Dunbar2012-02-29
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-28
* [analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...Ted Kremenek2012-02-28
* [analyzer diagnostics] start prototyping stripping PathDiagnostics of unneces...Ted Kremenek2012-02-28
* [driver] Add support for -g2 and -ggdb debug flags.Chad Rosier2012-02-28
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-28
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-28
* [analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...Ted Kremenek2012-02-28
* [analyzer] Don't generate an explicit ExplodedNode for StringLiterals; have t...Ted Kremenek2012-02-27
* When evaluating integer expressions include a check for sub-expressionsArgyrios Kyrtzidis2012-02-27
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-27
* Implement a FIXME for conversion sequence distinction. Should fix PR12092.Sebastian Redl2012-02-27
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-27
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-27
* Just drop the bitfield from ExtProtoInfo, this struct isn't even heap allocat...Benjamin Kramer2012-02-27
* Speculatively attempt to work around a hypothetical but unreproduced MSVC issueRichard Smith2012-02-27
* Reorder members to save padding.Benjamin Kramer2012-02-26
* Move CharacterLiteral, FloatingLiteral and UnaryExprOrTypeTraitExpr flags ove...Benjamin Kramer2012-02-26
* Make clever use of padding to shrink IntegerLiterals.Benjamin Kramer2012-02-26
* Bit pack StringLiteral.Benjamin Kramer2012-02-26
* Reduce padding in MemberExpr.Benjamin Kramer2012-02-26
* CompoundLiteralExpr: Pair a bool with a pointer.Benjamin Kramer2012-02-26
* Shuffle members of DesignatedInitExpr to avoid padding.Benjamin Kramer2012-02-26
* Bit pack ExtProtoInfo.Benjamin Kramer2012-02-26
* Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ...Benjamin Kramer2012-02-26
* ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles2012-02-25
* Fix r151443 to only apply C++11's exception for non-static data member accessRichard Smith2012-02-25
* Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes andRichard Smith2012-02-25
* Fix a regression from r151117: ADL requires that we attempt to complete anyRichard Smith2012-02-25
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-25
* Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...Eli Friedman2012-02-25
* Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor2012-02-24
* Back out __decltype warning from r151377: we should either warn on all the GNURichard Smith2012-02-24
* __decltype is a GNU extension, not a C++11 extension.Richard Smith2012-02-24
* Two minor, related fixes for template instantiation with blocks:Douglas Gregor2012-02-24
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-24
* Reapply r151317, but when computing the PathDiagnostic profile and size keep ...Ted Kremenek2012-02-24
* Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots.Chad Rosier2012-02-24
* Rework PathDiagnostic creation so that call stacks are captured by a nested P...Ted Kremenek2012-02-24
* Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...Eli Friedman2012-02-23
* objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian2012-02-23
* Pull the OpaqueValueExpr's source expression into its constructor, soDouglas Gregor2012-02-23
* [analyzer] Malloc: unique leak reports by allocation site.Anna Zaks2012-02-23
* [libclang] Make sure that all top-level decls in a @implementation areArgyrios Kyrtzidis2012-02-23
* Provide the __is_trivially_assignable type trait, which providesDouglas Gregor2012-02-23