summaryrefslogtreecommitdiff
path: root/Driver
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in printing of __private_extern__.Daniel Dunbar2009-02-131-1/+1
* PTH: Cache directory and negative 'stat' calls. This gives us a 1% performan...Ted Kremenek2009-02-131-35/+74
* Add some boilerplate to the PTH file to prepare for the caching of stats for ...Ted Kremenek2009-02-131-41/+102
* AnalysisConsumer: Explicitly destroy the PathDiagnosticClient at the end of H...Ted Kremenek2009-02-131-8/+9
* factor token concatenation avoidance logic out of Chris Lattner2009-02-131-222/+9
* PTH: Cache stat information for files in the PTH file. Hook up FileManagerTed Kremenek2009-02-121-6/+23
* for now, disable all debug info generation at -O1 and above. This mirrorsChris Lattner2009-02-121-0/+7
* PTH: Have meta data be at the beginning of the PTH file, not the end.Ted Kremenek2009-02-111-8/+6
* PTH: Replace string identifier to persistent ID lookup with a hashtable. This isTed Kremenek2009-02-111-85/+104
* Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff2009-02-111-1/+2
* PTH: Don't emit the PTH offset of the IdentifierInfo string data as that data isTed Kremenek2009-02-111-20/+10
* Add private extern to pretty printer(s).Mike Stump2009-02-101-5/+6
* PTH generation: Discard tokens that appear after and on the same line as '#en...Ted Kremenek2009-02-101-2/+11
* make -dM emit macros in a deterministic (sorted) order instead of Chris Lattner2009-02-101-2/+14
* PTH generation: Don't call 'EmitToken' in the loop condition. This is prepar...Ted Kremenek2009-02-101-5/+10
* PTH: Replace ad hoc 'file name' -> 'PTH data' lookup table in the PTH file wi...Ted Kremenek2009-02-101-43/+70
* use efficient form of getSpelling, this speeds up -dM by 16%.Chris Lattner2009-02-101-1/+9
* Fixup -ast-print so that:Mike Stump2009-02-101-10/+89
* Rearrange code. No functionality change.Ted Kremenek2009-02-101-107/+112
* Fix potential padding error in PTH file and add stub code for emitting an on-...Ted Kremenek2009-02-101-33/+160
* CallExpr now uses ASTContext's allocate to allocate/delete its array of subex...Ted Kremenek2009-02-091-12/+18
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-36/+56
* Overhaul of Stmt allocation:Ted Kremenek2009-02-071-106/+137
* Semantic checking for class template declarations andDouglas Gregor2009-02-061-2/+1
* Move StringLiteral to allocate its internal string data using the allocator inTed Kremenek2009-02-061-15/+22
* Add an implementation of -dM that follows GCC closely enough to permitChris Lattner2009-02-061-25/+87
* add support for -x c++-header, update comment.Chris Lattner2009-02-061-20/+25
* factor some code out into a helper function.Chris Lattner2009-02-061-40/+49
* default diag::err_pp_file_not_found to mapping to fatal,Chris Lattner2009-02-061-2/+7
* Put the invalid flag of OwningResult into the Action pointer.Sebastian Redl2009-02-051-1/+1
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-041-2/+2
* Add -femit-all-decls codegen option.Daniel Dunbar2009-02-041-0/+6
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-0/+15
* spelling change.Chris Lattner2009-02-041-1/+1
* lower the interface to getLineNumber like we did forChris Lattner2009-02-042-2/+3
* Fix <rdar://problem/6521757> clang ObjC rewriter: Mixed Mac and Windows line ...Steve Naroff2009-02-031-4/+9
* Allow taking the address of data members, resulting in a member pointer.Sebastian Redl2009-02-031-3/+5
* switch SourceManager from using an std::map and std::list of Chris Lattner2009-02-031-1/+1
* Use the updated CommandLine api for -fno-blocks.Mike Stump2009-02-021-6/+7
* AnalysisConsumer:Ted Kremenek2009-02-021-10/+4
* RewriteObjC::RewriteBlockDeclRefExpr(): Add parens to enforce precedence. Thi...Steve Naroff2009-02-021-2/+9
* Fix typo noticed by Chris.Anders Carlsson2009-01-301-1/+1
* Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson2009-01-301-5/+6
* wire up -fno-show-source-location option, patch by Alexei Svitkine!Chris Lattner2009-01-301-1/+7
* avoid emitting a bogus line marker for the top level #includeChris Lattner2009-01-301-1/+3
* Add -fno-blocks support. This fixes block-no-block-def.c.Mike Stump2009-01-301-2/+5
* Fix name of -x option for C preprocessed input; it should beDaniel Dunbar2009-01-291-1/+1
* next round of diagnostics cleanups, moving some Chris Lattner2009-01-291-1/+0
* Fix -Wimplicit-function-declaration, which required some refactoring andChris Lattner2009-01-291-1/+5
* Fix a wart that existed from before we had EXTWARN.Chris Lattner2009-01-291-9/+0