| Commit message (Expand) | Author | Age | Files | Lines |
* | Add public placement-delete operators. These are automatically used if the al... | Douglas Gregor | 2009-02-08 | 1 | -1/+5 |
* | Improve Sema of the cleanup attribute somewhat. | Anders Carlsson | 2009-02-07 | 1 | -1/+3 |
* | Commit header. | Ted Kremenek | 2009-02-07 | 1 | -0/+1 |
* | Overhaul of Stmt allocation: | Ted Kremenek | 2009-02-07 | 2 | -32/+73 |
* | Add negative test cases and fix diagnostics for member pointer dereferencing. | Sebastian Redl | 2009-02-07 | 1 | -2/+2 |
* | Implement dereferencing of pointers-to-member. | Sebastian Redl | 2009-02-07 | 3 | -1/+11 |
* | Semantic checking for class template declarations and | Douglas Gregor | 2009-02-06 | 4 | -10/+55 |
* | Update comment. | Ted Kremenek | 2009-02-06 | 1 | -2/+2 |
* | Move StringLiteral to allocate its internal string data using the allocator in | Ted Kremenek | 2009-02-06 | 1 | -3/+4 |
* | Added special versions of new[]/delete[] to complement the new/delete which u... | Ted Kremenek | 2009-02-06 | 1 | -2/+36 |
* | Diagnose attempts to define a namespace member out-of-line when no | Douglas Gregor | 2009-02-06 | 1 | -0/+2 |
* | Add an implementation of -dM that follows GCC closely enough to permit | Chris Lattner | 2009-02-06 | 1 | -0/+2 |
* | add interface for walking macro table. | Chris Lattner | 2009-02-06 | 1 | -0/+9 |
* | simplify and refactor a bunch of type definition code in Preprocessor | Chris Lattner | 2009-02-06 | 1 | -1/+5 |
* | don't emit any diagnostics after a fatal one. | Chris Lattner | 2009-02-06 | 1 | -2/+4 |
* | Improve the representation of template type parameters. We now | Douglas Gregor | 2009-02-05 | 4 | -31/+54 |
* | allow mapping errors to fatal. | Chris Lattner | 2009-02-05 | 1 | -1/+2 |
* | add support to the diagnostics machinery for mapping warnings and | Chris Lattner | 2009-02-05 | 1 | -9/+12 |
* | Improvements and fixes for name lookup with using directives, from Piotr Rak! | Douglas Gregor | 2009-02-05 | 1 | -2/+5 |
* | Put the invalid flag of OwningResult into the Action pointer. | Sebastian Redl | 2009-02-05 | 2 | -136/+59 |
* | privatize some stuff. | Chris Lattner | 2009-02-05 | 1 | -6/+9 |
* | Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so | Zhongxing Xu | 2009-02-05 | 1 | -29/+35 |
* | Overhaul BugReporter interface and implementation. The new interface cleans up | Ted Kremenek | 2009-02-04 | 5 | -173/+202 |
* | Implement semantic analysis for the GNU flexible array initialization | Douglas Gregor | 2009-02-04 | 1 | -1/+9 |
* | Add support for blocks with explicit return types. | Mike Stump | 2009-02-04 | 3 | -4/+7 |
* | Add -femit-all-decls codegen option. | Daniel Dunbar | 2009-02-04 | 1 | -0/+3 |
* | Improve documentation for Sema::getTypeName. Also, it's return type is | Douglas Gregor | 2009-02-04 | 1 | -2/+2 |
* | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 7 | -99/+361 |
* | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 3 | -8/+25 |
* | Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?... | Douglas Gregor | 2009-02-04 | 2 | -5/+5 |
* | Fix our semantic analysis of | Douglas Gregor | 2009-02-04 | 2 | -17/+24 |
* | Implement handling of file entry/exit notifications from GNU | Chris Lattner | 2009-02-04 | 1 | -0/+2 |
* | make getFileCharacteristic linetable aware. line markers that | Chris Lattner | 2009-02-04 | 1 | -5/+9 |
* | propagate linemarker flags down into the the line table, currently | Chris Lattner | 2009-02-04 | 1 | -0/+3 |
* | Remove dead code. | Zhongxing Xu | 2009-02-04 | 1 | -1/+1 |
* | simplify. | Chris Lattner | 2009-02-04 | 1 | -1/+1 |
* | lower the interface to getLineNumber like we did for | Chris Lattner | 2009-02-04 | 2 | -9/+3 |
* | make SM::getColumnNumber take a predecomposed FileID/offset, which | Chris Lattner | 2009-02-04 | 2 | -9/+3 |
* | more plumbing for #line propagation. Use happy bit #3 | Chris Lattner | 2009-02-03 | 1 | -0/+10 |
* | stub out basic #line handling calls. | Chris Lattner | 2009-02-03 | 1 | -0/+4 |
* | Allow taking the address of data members, resulting in a member pointer. | Sebastian Redl | 2009-02-03 | 2 | -5/+9 |
* | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 8 | -4/+149 |
* | reclaim my precious bit in FileInfo by ensuring that ContentCache objects | Chris Lattner | 2009-02-03 | 1 | -2/+2 |
* | switch SourceManager from using an std::map and std::list of | Chris Lattner | 2009-02-03 | 1 | -26/+17 |
* | add #include to make more self-contained. | Chris Lattner | 2009-02-03 | 1 | -0/+1 |
* | Content Cache only needs to be 4-byte aligned. Since it is stored in | Chris Lattner | 2009-02-03 | 1 | -2/+2 |
* | Add a macro-based enumeration of all of the Decl nodes (like we do | Douglas Gregor | 2009-02-02 | 4 | -97/+172 |
* | Split specific_decl_iterator, which had a run-time field for | Douglas Gregor | 2009-02-02 | 2 | -24/+89 |
* | Slim down the specific_decl_iterator, since NULL denotes the end of the range... | Douglas Gregor | 2009-02-02 | 3 | -30/+23 |
* | Check value-initializations that occur when an initializer list | Douglas Gregor | 2009-02-02 | 1 | -0/+2 |