summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Parsing of C++11 attributes:Richard Smith2012-04-102-9/+10
* Disambiguation of '[[':Richard Smith2012-04-102-6/+32
* Fix the access check performed as part of the determination of whetherJohn McCall2012-04-091-0/+3
* objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian2012-04-091-2/+0
* objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian2012-04-091-2/+0
* Revert r154321, pending more discussion.David Chisnall2012-04-093-7/+0
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-092-5/+11
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-093-0/+7
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-083-6/+9
* ext_reserved_user_defined_literal must not default to Error in MicrosoftMode....Francois Pichet2012-04-071-0/+3
* Fix several problems with protected access control:John McCall2012-04-072-4/+11
* Remove "parse error" in favor of more descriptive diagnostics.David Blaikie2012-04-061-1/+1
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-062-1/+2
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-062-8/+24
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-061-4/+10
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-064-1/+17
* Fixed scoping error for late parsed attributes in nested classes.DeLesley Hutchins2012-04-061-1/+1
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-061-2/+2
* [analyzer]Fix false positive: pointer might escape through CG*WithData.Anna Zaks2012-04-061-0/+1
* objective-c: Don't warn when a category does not implement a methodFariborz Jahanian2012-04-051-5/+5
* Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek2012-04-052-19/+24
* Temporary workaround for bug#12457: turn the 'constexpr function never producesRichard Smith2012-04-051-3/+3
* [Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar2012-04-052-2/+13
* [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the Fra...Daniel Dunbar2012-04-051-3/+8
* Improve & simplify diagnostic for missing 'class' in template template parame...David Blaikie2012-04-051-2/+2
* [analyzer] Add a coverage calculation to FunctionSummaries.Anna Zaks2012-04-051-0/+10
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-051-2/+5
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+1
* Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.Nico Weber2012-04-041-0/+2
* [driver] When using the -mfpmath= option, add an error message when trying to Chad Rosier2012-04-041-0/+2
* Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith2012-04-041-5/+12
* [driver] Create a new -mfpmath= option, which is used to control whether clangChad Rosier2012-04-041-0/+1
* objc-arc: provide a warning when 'receiver' of a message is 'weak'Fariborz Jahanian2012-04-041-0/+3
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-042-18/+46
* Move the computation of the lambda mangling information (manglingDouglas Gregor2012-04-043-11/+14
* Adds a tooling library.Manuel Klimek2012-04-042-0/+377
* Fix diagnostic typos: "non-template arguments" vs "non-type template arguments".Richard Smith2012-04-041-4/+5
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-043-0/+3
* Enter an expression evaluation context when parsingJohn McCall2012-04-041-0/+2
* Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky2012-04-032-0/+92
* Replace the workaround from r153445 with a proper fix.Kaelyn Uhrain2012-04-031-5/+1
* Correct handling of _Pragma macro inside a macro argument.Argyrios Kyrtzidis2012-04-031-0/+3
* Rework ProgramPoint to bit-mangle the 'Kind' into both Data pointers and the ...Ted Kremenek2012-04-031-36/+31
* [analyzer] Record the basic blocks covered by the analyzes run.Anna Zaks2012-04-034-33/+105
* Reduce static analyzer memory usage by about 4% by packing the ProgramPoing '...Ted Kremenek2012-04-021-17/+54
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-021-3/+6
* Correct error recovery when missing 'class' in a template template parameter.David Blaikie2012-04-021-0/+1
* Implement DR1402: if a field or base class is not movable, the derived class'sRichard Smith2012-04-021-3/+0
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-022-0/+3
* Basic semantic analysis support for inheriting constructor declarations inRichard Smith2012-04-021-1/+1