summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Improve template argument deduction from a call. In particular,Douglas Gregor2009-07-072-77/+172
* Extra vector element initializers in OpenCL is an error, not a warning.Nate Begeman2009-07-071-0/+4
* Implement checking of exception spec compatibility for overriding virtual fun...Sebastian Redl2009-07-074-6/+115
* Some (most) type trait expressions require that the argument passed in is a c...Anders Carlsson2009-07-071-7/+13
* Diagnose, and not crash, when taking address of property expression.Fariborz Jahanian2009-07-071-0/+5
* Convert the CharInfo table to be statically initialized, instead of dynamical...Chris Lattner2009-07-071-15/+86
* Tighten up the conditions under which we build an implicit functionDouglas Gregor2009-07-071-3/+6
* Make ASTContext explicitly keep track of the declaration for the CDouglas Gregor2009-07-074-9/+33
* A few change per Doug's feedback.Fariborz Jahanian2009-07-071-3/+2
* fix an out-of-date comment.Chris Lattner2009-07-071-5/+3
* pic16 preproc defs.Sanjiv Gupta2009-07-071-0/+5
* fix comment.Zhongxing Xu2009-07-071-2/+2
* Refactor DeclLocResolver/StmtLocResolver into a more functional style by remo...Argyrios Kyrtzidis2009-07-071-187/+117
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-074-54/+159
* NewCastRegion: Handle casts *from* pointers to incomplete structs to other ty...Ted Kremenek2009-07-061-9/+19
* Fix 80 col violation.Ted Kremenek2009-07-061-4/+4
* Restructure NewCastRegion to use a switch statement that dispatches off theTed Kremenek2009-07-061-51/+62
* Fix 80 col violation.Ted Kremenek2009-07-061-2/+2
* NewCastRegion: Handle casts to any Objective-C pointer, not just qualified ids.Ted Kremenek2009-07-061-2/+2
* Implement FIXME.Ted Kremenek2009-07-061-1/+1
* StoreManager::NewCastRegion:Ted Kremenek2009-07-061-10/+22
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-2/+6
* Update CMake files.Argyrios Kyrtzidis2009-07-063-3/+3
* Some changes to ASTLocation's methodsArgyrios Kyrtzidis2009-07-061-2/+5
* Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis2009-07-061-3/+3
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-063-6/+9
* Rename 'ASTNode' -> 'ASTLocation'.Argyrios Kyrtzidis2009-07-064-19/+19
* NewCastRegion:Ted Kremenek2009-07-061-12/+10
* Fix loop so that 'continue' statements actually cause the loop to iterate.Ted Kremenek2009-07-061-2/+1
* Move the new 'CastRegion' implementation from RegionStoreManager to StoreManagerTed Kremenek2009-07-062-83/+83
* Fix a problem with false diagnostics when comparing distinct NULL pointer typ...Douglas Gregor2009-07-061-7/+13
* Fix PR 4489, a crash in PCH loading that occurs when loading the nameDouglas Gregor2009-07-062-20/+81
* Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED attribute should work ...Ted Kremenek2009-07-061-3/+11
* Parsing fix for out-of-line constructors, from Piotr RakDouglas Gregor2009-07-061-2/+4
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-0613-43/+226
* Fix bitfield promotion in the presence of explicit casts, from Abrama Bagnara.Douglas Gregor2009-07-061-1/+1
* Further cleanup of region invalidation code. No functionality change.Zhongxing Xu2009-07-062-54/+57
* Start to gradually move region invalidation code into store manager.Zhongxing Xu2009-07-062-66/+60
* Fix for PR4502: add calculation of the integer conversion rank for Eli Friedman2009-07-051-0/+3
* More tweaks to types for OpenBSD. Patch by Jonathan Gray.Eli Friedman2009-07-051-1/+14
* Introduce the 'Index' library.Argyrios Kyrtzidis2009-07-058-1/+338
* Introduce the DeclReferenceMap class inside the AST library.Argyrios Kyrtzidis2009-07-052-0/+132
* Introduce the virtual method Decl::getPrimaryDecl().Argyrios Kyrtzidis2009-07-051-0/+16
* Avoid re-checking the parameters of a function, when trying to resolve a loca...Argyrios Kyrtzidis2009-07-051-5/+12
* Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...Argyrios Kyrtzidis2009-07-051-4/+4
* Introduce ASTNode class into the AST library.Argyrios Kyrtzidis2009-07-052-0/+91
* Do an early check for function definition.Argyrios Kyrtzidis2009-07-051-10/+12
* Per PR4506, fix the type of size_t on OpenBSD.Eli Friedman2009-07-051-1/+12
* Catch function redeclarations with incompatible exception specifications.Sebastian Redl2009-07-043-0/+57
* This fixes the case where the wrong symbol is emitted leading to linking erro...Fariborz Jahanian2009-07-031-4/+9
OpenPOWER on IntegriCloud