summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Make precompiled headers work with -E. When we're only preprocessingDouglas Gregor2009-05-121-3/+16
* Move terminal-width computation over to llvm::sys. Update to LLVMDouglas Gregor2009-05-111-36/+1
* Remove -fobjc-tight-layout, seems to work!Daniel Dunbar2009-05-071-6/+0
* Fix <rdar://problem/6848739>. When using -analyze, -Werror has no effect.Ted Kremenek2009-05-071-0/+3
* If stderr isn't a terminal, don't try to guess the terminal width orDaniel Dunbar2009-05-061-4/+4
* More x86 target feature support.Daniel Dunbar2009-05-061-9/+3
* daniel is buggy :)Chris Lattner2009-05-061-1/+1
* Add missing include.Daniel Dunbar2009-05-061-0/+1
* Cleanup some FIXMEs.Daniel Dunbar2009-05-061-13/+4
* Improve handling of (X86) target features.Daniel Dunbar2009-05-061-34/+67
* Enable tight Objective-C interface layout unconditionally.Daniel Dunbar2009-05-051-2/+1
* Increase scan-view max timeout to 1 minute.Ted Kremenek2009-05-041-1/+1
* Add -fobjc-tight-layout.Daniel Dunbar2009-05-041-0/+8
* PR4063, with feeling: Chain PP callbacks by default.Daniel Dunbar2009-05-031-44/+3
* PR4063: Fix dependency generation with -E.Daniel Dunbar2009-05-032-11/+49
* Respect the COLUMNS environment variable for word-wrapping (so we getDouglas Gregor2009-05-031-5/+12
* Remove ccc from the makefile as well.Daniel Dunbar2009-05-021-1/+1
* ccc is dead.Daniel Dunbar2009-05-0234-4439/+0
* When -fmessage-length=N is not specified, and if standard error isDouglas Gregor2009-05-021-1/+40
* Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor2009-05-011-2/+10
* Remove two unused options.Bill Wendling2009-04-301-2/+0
* Use the new code gen optimization enum instead of passing in the optimizationBill Wendling2009-04-291-5/+12
* Match addPassesToEmitFile API change.Evan Cheng2009-04-291-2/+4
* Integrate 3 months of ObjC rewriter fixes (from the Apple/objective-rewrite b...Steve Naroff2009-04-292-215/+281
* Make all PCH-incompatibility warnings into errors, and abortDouglas Gregor2009-04-281-4/+8
* Allow some differences between the predefines buffer used to build aDouglas Gregor2009-04-281-4/+4
* Remove unused LangOptions NoExtensions and Boolean.Eli Friedman2009-04-281-1/+0
* We avoid the count of diagnostics when not generating carentMike Stump2009-04-281-3/+4
* -E, -Eonly and -parse-noop now work with PCH!Chris Lattner2009-04-271-9/+13
* Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)Chris Lattner2009-04-271-53/+59
* unnest some code, decoupling fixit rewriting from ast stuff.Chris Lattner2009-04-271-38/+38
* Add -empty-input-only option, for timing.Daniel Dunbar2009-04-271-2/+10
* Implement caching of stat() calls for precompiled headers, which isDouglas Gregor2009-04-272-5/+14
* Implement function-try-blocks. However, there's a very subtle bug that I can'...Sebastian Redl2009-04-262-6/+9
* Add a new -ast-dump-full option that traverses the translation unitDouglas Gregor2009-04-263-4/+29
* minor cleanups to ast-dump, use getBody(context).Chris Lattner2009-04-251-8/+8
* The ivars in an ObjCImplementationDecl are now stored in theDouglas Gregor2009-04-231-5/+11
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-232-45/+94
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-225-456/+1
* Lazy loading of builtins for precompiled headers.Douglas Gregor2009-04-221-1/+8
* Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor2009-04-211-0/+4
* Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...Steve Naroff2009-04-211-2/+3
* Split preprocessor initialization logic out of clang-cc intoChris Lattner2009-04-211-486/+78
* rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info.Chris Lattner2009-04-211-2/+7
* Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...Steve Naroff2009-04-201-1/+1
* Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor2009-04-201-3/+7
* Make the on-disk hash table usable with non-fileDouglas Gregor2009-04-201-1/+1
* Move the on-disk hash table code into its own header. No functionality change.Douglas Gregor2009-04-201-160/+2
* move group twiddling options into Diagnostic.cpp instead ofChris Lattner2009-04-191-49/+1
* Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=fooChris Lattner2009-04-191-2/+3
OpenPOWER on IntegriCloud