summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* The assert at Sema::ObjCActOnStartOfMethodDef should check CurMethodDecl inst...Argyrios Kyrtzidis2008-06-251-1/+1
* Updated atomic intrinsic name from llvm r52706. Fixed dropped bit in shufps.Mon P Wang2008-06-251-4/+4
* 'Educate' IdentifierResolver about the declaration context of CXXFieldDecls.Argyrios Kyrtzidis2008-06-241-0/+4
* The only caller of this knows that the current token is l_brace, so this can ...Argyrios Kyrtzidis2008-06-241-12/+1
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-246-1/+448
* "Support for Objective-C message sends which return structures. Also include...Chris Lattner2008-06-244-4/+102
* "This is a small fix for a bug where static object instances were being incor...Chris Lattner2008-06-241-4/+6
* Update serialization for ObjCMessageExpr to handle additional bit-swizziling ...Ted Kremenek2008-06-241-8/+12
* ObjCMessageExpr objects that represent messages to class methods now can cont...Ted Kremenek2008-06-242-3/+45
* Remove unneeded method arguments.Ted Kremenek2008-06-241-10/+3
* Cache ObjC summaries by IdentifierInfo*, not by ObjCInterfaceDecl.Ted Kremenek2008-06-241-12/+21
* Added ObjCSummaryCache, a new summary cache object to cache summaries for Obj...Ted Kremenek2008-06-231-0/+101
* Rename summary methods for "instance methods" to "class methods" (the names g...Ted Kremenek2008-06-231-33/+33
* The CF retain/release checker now assumes that allocations do not fail. Even...Ted Kremenek2008-06-231-51/+18
* add a fixme backChris Lattner2008-06-211-0/+1
* "this patch adds code generation hooks for Objective-C constant strings. It ...Chris Lattner2008-06-213-9/+18
* Don't add isa with @defs only to work around it in the code generator, patchChris Lattner2008-06-212-8/+0
* "This moves built-in Objective-C types up the scope chains to where they can ...Chris Lattner2008-06-211-51/+34
* add parser and sema support for the funny ObjC '@defs' thing.Chris Lattner2008-06-213-13/+65
* remove dead enums.Chris Lattner2008-06-211-2/+0
* Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner2008-06-213-17/+12
* K&R-style functions not allowed in C++.Argyrios Kyrtzidis2008-06-211-2/+3
* When using the dead-stores checker with the BugReporter class, properly captu...Ted Kremenek2008-06-201-3/+8
* Modified the dead stores checker to...Ted Kremenek2008-06-204-34/+71
* Added ParentMap, a class to represent a lazily constructed mapping from child...Ted Kremenek2008-06-201-0/+54
* Remove tabs.Mike Stump2008-06-191-2/+2
* One more test checkin.Mike Stump2008-06-191-1/+1
* Test commit to see if new account works.Mike Stump2008-06-191-60/+60
* Introduce initial transfer function support for __imag__ and __real__. We don'tTed Kremenek2008-06-191-3/+50
* Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point disti...Ted Kremenek2008-06-183-31/+102
* Fix non-termination bug reported by Thomas Clement!Ted Kremenek2008-06-171-1/+25
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-1714-151/+171
* Fix more strict-aliasing warnings.Ted Kremenek2008-06-172-22/+18
* This patch is motivated by numerous strict-aliasing warnings when compilingTed Kremenek2008-06-179-181/+91
* Silence uninitialized value warning in Release build.Ted Kremenek2008-06-161-4/+5
* Silence uninitialized value warning during Release build.Ted Kremenek2008-06-161-4/+5
* Introduce preliminary support for NSString format-string checking.Ted Kremenek2008-06-164-2/+38
* force size of alloca to i32, which is currently required by LLVM IR.Chris Lattner2008-06-161-3/+6
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-138-51/+112
* Fix "copy & paste" error.Argyrios Kyrtzidis2008-06-111-3/+3
* Don't crash if we can't find FileEntry info for a typedef, since one Eli Friedman2008-06-111-14/+17
* -Add DeclChain member to DeclContext.Argyrios Kyrtzidis2008-06-103-37/+61
* Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion.Argyrios Kyrtzidis2008-06-091-0/+3
* Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses.Argyrios Kyrtzidis2008-06-091-0/+3
* -Changes to TagDecl:Argyrios Kyrtzidis2008-06-099-48/+57
* Added new C++ AST Decl subclasses.Argyrios Kyrtzidis2008-06-094-2/+69
* Generate debug descriptors for array types while generating the debug info.Sanjiv Gupta2008-06-092-3/+63
* Add code to make test/CodeGen/struct-init.c work correctly without the Eli Friedman2008-06-091-0/+105
* For struct initialization, check compatibility with the unqualified Eli Friedman2008-06-091-1/+3
* implement the alias attirbute (in both Sema and Codegen)Nuno Lopes2008-06-085-17/+75
OpenPOWER on IntegriCloud