summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change handling of attribute 'malloc' to only accept the attribute on functionTed Kremenek2009-08-151-1/+1
* Make the CXXDefaultArgExpr constructor protected and add a static Create func...Anders Carlsson2009-08-141-5/+11
* Deconflate virtual base offsets from non-virtual base offsets.Mike Stump2009-08-141-3/+16
* More toward synthesizing copy assignments. SWIP.Fariborz Jahanian2009-08-121-1/+3
* Patch for synthesizing copy assignment operator.Fariborz Jahanian2009-08-121-0/+5
* Transition the PCH support for ShuffleVectorExpr over to ASTContext allocationNate Begeman2009-08-121-5/+6
* More cleanups.Zhongxing Xu2009-08-121-14/+1
* Remove redundant forward declarations.Zhongxing Xu2009-08-121-11/+1
* Fix a fixme by allocating ShuffleVectorExprs in the ContextNate Begeman2009-08-121-3/+3
* Patch to warn if a property which is 'assign' by defaultFariborz Jahanian2009-08-113-0/+14
* Add a FriendClassDecl type for holding declarations of friend types in John McCall2009-08-112-0/+37
* ir-gen support for anonymous union data memberFariborz Jahanian2009-08-111-3/+33
* LLVMContext is a class now.Benjamin Kramer2009-08-112-2/+2
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-114-1/+41