summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Add public placement-delete operators. These are automatically used if the al...Douglas Gregor2009-02-081-1/+5
* Improve Sema of the cleanup attribute somewhat.Anders Carlsson2009-02-071-1/+3
* Commit header.Ted Kremenek2009-02-071-0/+1
* Overhaul of Stmt allocation:Ted Kremenek2009-02-072-32/+73
* Add negative test cases and fix diagnostics for member pointer dereferencing.Sebastian Redl2009-02-071-2/+2
* Implement dereferencing of pointers-to-member.Sebastian Redl2009-02-073-1/+11
* Semantic checking for class template declarations andDouglas Gregor2009-02-064-10/+55
* Update comment.Ted Kremenek2009-02-061-2/+2
* Move StringLiteral to allocate its internal string data using the allocator inTed Kremenek2009-02-061-3/+4
* Added special versions of new[]/delete[] to complement the new/delete which u...Ted Kremenek2009-02-061-2/+36
* Diagnose attempts to define a namespace member out-of-line when noDouglas Gregor2009-02-061-0/+2
* Add an implementation of -dM that follows GCC closely enough to permitChris Lattner2009-02-061-0/+2
* add interface for walking macro table.Chris Lattner2009-02-061-0/+9
* simplify and refactor a bunch of type definition code in PreprocessorChris Lattner2009-02-061-1/+5
* don't emit any diagnostics after a fatal one.Chris Lattner2009-02-061-2/+4
* Improve the representation of template type parameters. We nowDouglas Gregor2009-02-054-31/+54
* allow mapping errors to fatal.Chris Lattner2009-02-051-1/+2
* add support to the diagnostics machinery for mapping warnings andChris Lattner2009-02-051-9/+12
* Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor2009-02-051-2/+5
* Put the invalid flag of OwningResult into the Action pointer.Sebastian Redl2009-02-052-136/+59
* privatize some stuff.Chris Lattner2009-02-051-6/+9
* Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so Zhongxing Xu2009-02-051-29/+35
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-045-173/+202
* Implement semantic analysis for the GNU flexible array initializationDouglas Gregor2009-02-041-1/+9
* Add support for blocks with explicit return types.Mike Stump2009-02-043-4/+7
* Add -femit-all-decls codegen option.Daniel Dunbar2009-02-041-0/+3
* Improve documentation for Sema::getTypeName. Also, it's return type isDouglas Gregor2009-02-041-2/+2
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-047-99/+361
* Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor2009-02-043-8/+25
* Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?...Douglas Gregor2009-02-042-5/+5
* Fix our semantic analysis ofDouglas Gregor2009-02-042-17/+24
* Implement handling of file entry/exit notifications from GNUChris Lattner2009-02-041-0/+2
* make getFileCharacteristic linetable aware. line markers that Chris Lattner2009-02-041-5/+9
* propagate linemarker flags down into the the line table, currentlyChris Lattner2009-02-041-0/+3
* Remove dead code.Zhongxing Xu2009-02-041-1/+1
* simplify.Chris Lattner2009-02-041-1/+1
* lower the interface to getLineNumber like we did forChris Lattner2009-02-042-9/+3
* make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner2009-02-042-9/+3
* more plumbing for #line propagation. Use happy bit #3 Chris Lattner2009-02-031-0/+10
* stub out basic #line handling calls.Chris Lattner2009-02-031-0/+4
* Allow taking the address of data members, resulting in a member pointer.Sebastian Redl2009-02-032-5/+9
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-038-4/+149
* reclaim my precious bit in FileInfo by ensuring that ContentCache objectsChris Lattner2009-02-031-2/+2
* switch SourceManager from using an std::map and std::list of Chris Lattner2009-02-031-26/+17
* add #include to make more self-contained.Chris Lattner2009-02-031-0/+1
* Content Cache only needs to be 4-byte aligned. Since it is stored inChris Lattner2009-02-031-2/+2
* Add a macro-based enumeration of all of the Decl nodes (like we doDouglas Gregor2009-02-024-97/+172
* Split specific_decl_iterator, which had a run-time field forDouglas Gregor2009-02-022-24/+89
* Slim down the specific_decl_iterator, since NULL denotes the end of the range...Douglas Gregor2009-02-023-30/+23
* Check value-initializations that occur when an initializer listDouglas Gregor2009-02-021-0/+2
OpenPOWER on IntegriCloud