summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Patch to fix PR4061.Tanya Lattner2009-09-081-3/+13
* Merge from mainline.Tanya Lattner2009-08-311-1/+1
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-221-0/+2
* Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor2009-08-221-2/+14
* Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek2009-08-216-22/+24
* Constify LocationContext* (parent) and Stmt* fields in LocationContext.Ted Kremenek2009-08-211-17/+20
* Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.Ted Kremenek2009-08-213-12/+10
* Implement conversion function templates, along with the ability to useDouglas Gregor2009-08-211-0/+5
* Add LocationContext* field to VarRegion. This is needed for interprocedural ...Ted Kremenek2009-08-213-29/+54
* Introduce support for constructor templates, which can now be declaredDouglas Gregor2009-08-211-0/+2
* remove a dead warning.Chris Lattner2009-08-211-2/+0
* Introduce getConstantArrayElementCount API and use it inFariborz Jahanian2009-08-211-0/+3
* Fix commentosDaniel Dunbar2009-08-211-8/+7
* Fix refacto.Daniel Dunbar2009-08-211-1/+1
* Tie the local check NSErrorCheck to a Decl to pave the wayZhongxing Xu2009-08-211-1/+1
* Remove comma at the end of enumerator list.Daniel Dunbar2009-08-211-1/+1
* Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...Argyrios Kyrtzidis2009-08-212-42/+16
* Make the new Objective-C "id" and "Class" redefinition types specialDouglas Gregor2009-08-211-1/+5
* Initial support for parsing and representation of member function templates.Douglas Gregor2009-08-202-13/+16
* Issue an error if the user specifies parameters in a function marked as ISR.Sanjiv Gupta2009-08-201-1/+3
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-203-20/+24
* Add syntax examples for the friend declaration types.John McCall2009-08-201-3/+16
* Fix bit-field promotion to be a bit closer to the behavior of gcc. Eli Friedman2009-08-201-0/+7
* Basic nested-template implementation.John McCall2009-08-201-0/+35
* Rename: ProgramPoint::getContext() => ProgramPoint::getLocationContext().Zhongxing Xu2009-08-202-2/+2
* Keep track of the right paren ')' source location in a function declarator.Argyrios Kyrtzidis2009-08-191-1/+2
* Remove now unnecessary helper methods.Daniel Dunbar2009-08-191-19/+0
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-22/+19
* Get the Decl from the current ExplodedNode. Eventually the diagnostic clientZhongxing Xu2009-08-191-0/+2
* Make integer promotions work correctly on PIC16 and other platforms Eli Friedman2009-08-191-0/+10
* Introduce LocInfoType which is a Sema-specific implementation detail.Argyrios Kyrtzidis2009-08-191-3/+6
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-195-56/+94
* Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea...Argyrios Kyrtzidis2009-08-194-1/+555
* Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian2009-08-181-5/+5
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-183-15/+27
* Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the...Anders Carlsson2009-08-181-1/+1
* Remove unused parameter BugReporter due to previous patch.Zhongxing Xu2009-08-181-4/+2
* Now we can get the CFG from the ProgramPoint. No need to pass in the Zhongxing Xu2009-08-182-1/+3
* Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'Ted Kremenek2009-08-182-4/+43
* Initial patch to support definitions of id and Class from headers in Objectiv...David Chisnall2009-08-171-0/+5
* Remove unused variable.Zhongxing Xu2009-08-171-2/+0
* To make the analysis independent on the locally stored liveness and cfgZhongxing Xu2009-08-176-6/+11
* Destroy bound temporaries.Anders Carlsson2009-08-161-1/+0
* Improve the diagnostic emitted when an unused ObjC property getterChris Lattner2009-08-161-0/+3
* AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c...Anders Carlsson2009-08-161-1/+1
* Move builtin call checking out into a separate function, make CheckFunctionCa...Anders Carlsson2009-08-161-0/+10
* Implement __is_empty. Patch by Sean Hunt.Eli Friedman2009-08-151-1/+16
* Ignore -Wno-import.Eli Friedman2009-08-151-0/+1
* Extend the ProgramPoint to include the context information LocationContext,Zhongxing Xu2009-08-156-65/+92
* Disable all recognition of main() in -ffreestanding. Addresses bug #4720.John McCall2009-08-151-1/+1