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