summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Initial support for visiting CXXMemberCallExpr.Zhongxing Xu2010-04-011-1/+5
* First start at wmmintrin.h file with Intel AES-NI instructions.Eric Christopher2010-04-011-0/+8
* Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor2010-03-311-1/+1
* Change the representation of dependent elaborated-type-specifiersDouglas Gregor2010-03-311-0/+3
* Extend DependentNameType with a keyword enum that specifies whetherDouglas Gregor2010-03-312-26/+52
* For reverse data flow analyses, enqueue the blocks in reverse order.Ted Kremenek2010-03-311-4/+17
* Patch implements gcc's -Wno-protocol option to suppress warningFariborz Jahanian2010-03-312-0/+3
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-3113-206/+1
* Tweak DataFlowSolver's worklist data structure to have an ordered worklistTed Kremenek2010-03-311-8/+16
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-314-61/+58
* Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor2010-03-315-20/+20
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-315-70/+62
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-315-62/+70
* Minor include pruning.Benjamin Kramer2010-03-311-1/+0
* Define "exploded graph" by reference to a paper.Jeffrey Yasskin2010-03-311-0/+4
* Regularize support for naming conversion functions in using decls.John McCall2010-03-311-6/+19
* Introduce a new kind of derived-to-base cast which bypasses the need forJohn McCall2010-03-301-0/+4
* Formatting tweaks.Daniel Dunbar2010-03-301-4/+4
* Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola2010-03-302-7/+39
* Propagate the "found declaration" (i.e. the using declaration instead ofJohn McCall2010-03-301-20/+27
* Improve diagnostics when printing a template instantiation backtraceDouglas Gregor2010-03-301-4/+4
* the big refactoring bits of PR3782.Rafael Espindola2010-03-304-61/+82
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-3013-1/+206
* Add Support for 'warn_unused_result" attribute onFariborz Jahanian2010-03-301-2/+3
* Fix FileEntry declaration.Daniel Dunbar2010-03-302-1/+1
* When copying a partial diagnostic into a DependentDiagnostic, allocateDouglas Gregor2010-03-293-6/+22
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-292-22/+97
* add support for -MQ flag to quote targets in dependency file,Chris Lattner2010-03-292-1/+2
* Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor2010-03-291-1/+2
* Be a bit more consistent in using operator->Rafael Espindola2010-03-291-21/+20
* Make default arguments to getFunctionNoProtoType an all or nothing option (as...Rafael Espindola2010-03-281-2/+5
* Drop default arguments no one is using.Rafael Espindola2010-03-281-1/+1
* After performing template argument deduction for a function template,Douglas Gregor2010-03-281-0/+5
* Checker: random include cleanup.Benjamin Kramer2010-03-2714-72/+30
* Improve diagnostics on incomplete implementationFariborz Jahanian2010-03-271-1/+3
* Implement method friends in class templates and fix a few related problems.John McCall2010-03-271-7/+15
* Fix comparison in isDiagnosticInFlight().Ted Kremenek2010-03-261-1/+1
* No need to specify ${CMAKE_CURRENT_BINARY_DIR}Kovarththanan Rajaratnam2010-03-262-6/+6
* Reinstate change to non-type template arguments of integral type, soDouglas Gregor2010-03-261-7/+7
* Revert attempted fix for integral template arguments. It seems to have broken...Douglas Gregor2010-03-261-7/+7
* Warn when the conversion of an integral non-type template argument toDouglas Gregor2010-03-251-7/+7
* Teach the diagnostic engine to provide more detailed information aboutDouglas Gregor2010-03-251-1/+23
* Preserve type-source information in friend declarations.John McCall2010-03-252-6/+6
* Remove support for nand atomic builtins. They are inconsistently implemented inDaniel Dunbar2010-03-251-15/+0
* add dump() method to CanQual for debugging purposesNuno Lopes2010-03-251-0/+2
* Add a utility method.Zhongxing Xu2010-03-251-0/+1
* Fix two bugs in format-string checking:Ted Kremenek2010-03-251-0/+3
* Add methods to remove a GDM entry.Zhongxing Xu2010-03-251-0/+12
* Control warnings about GNU extensions with -Wgnu, which has a subgroupDouglas Gregor2010-03-243-14/+23
* Implement support for -nostdc++. Fixes PR6446.Douglas Gregor2010-03-243-1/+8