summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc
Commit message (Expand)AuthorAgeFilesLines
* Reject compiles for x86_64 target for MacOS versions whichFariborz Jahanian2009-04-101-0/+8
* Support -miphoneos-version-min in clang-cc.Daniel Dunbar2009-04-101-2/+60
* emit tokens, constify the Preprocessor passed down into PCH writer.Chris Lattner2009-04-102-4/+4
* Add PCH sources to CMake build filesDouglas Gregor2009-04-101-0/+1
* Arrange for the preprocessor to be passed down into the PCH writer.Chris Lattner2009-04-103-31/+26
* PCH serialization/deserialization of the source manager. With thisDouglas Gregor2009-04-101-6/+21
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-093-0/+106
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-097-75/+129
* Make -include, -imacros paths absolute in Frontend.Daniel Dunbar2009-04-091-13/+22
* add support for -Wtrigraphs and -Wno-trigraphs.Chris Lattner2009-04-081-16/+15
* finish the implementation of -imacros. The driver still needs to be hooked up.Chris Lattner2009-04-081-0/+3
* According to the GCC man page, all -imacros are included before any -include's.Chris Lattner2009-04-081-15/+10
* properly escape filenames when generating implicit #includes, this handlesChris Lattner2009-04-081-2/+8
* Add initial support for -imacros. Right now it has the same semantics asChris Lattner2009-04-081-13/+48
* More fixes to builtin preprocessor defines.Daniel Dunbar2009-04-081-6/+14
* Make debug info work when using -save-temps.Daniel Dunbar2009-04-081-0/+6
* fix typo, noticed by GaborChris Lattner2009-04-081-1/+1
* Set __PIC__ (more) correctly.Daniel Dunbar2009-04-081-0/+8
* Driver: Fix forwarding of -{std,ansi,trigraphs} when there areDaniel Dunbar2009-04-071-8/+2
* Driver: Manually translate a number of -f with no- variants options toDaniel Dunbar2009-04-071-9/+5
* add a warning for this crazy case, as suggested by Eli.Chris Lattner2009-04-071-1/+7
* implement rdar://6762183. I'm not sure if it is more insane thatChris Lattner2009-04-071-1/+6
* Remove a FIXME, the driver handles -O4.Daniel Dunbar2009-04-071-1/+0
* Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas...Anders Carlsson2009-04-061-25/+34
* enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten!Chris Lattner2009-04-061-2/+2
* Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by JonZhongxing Xu2009-04-051-1/+6
* Implement -fvisibility.Fariborz Jahanian2009-04-031-0/+23
* Rename GeneratePCH action to GeneratePTHDouglas Gregor2009-04-021-3/+3
* Add a new command-line option "-fixit-at=file:line:column" that onlyDouglas Gregor2009-04-021-0/+121
* Remove -ftrapu.Mike Stump2009-04-021-8/+2
* Provide FIX-IT notes to describe what fix-it is doing behind theDouglas Gregor2009-04-021-2/+1
* Introduce a "-fixit" mode to clang-cc that applies code-modification hints.Douglas Gregor2009-04-021-1/+17
* Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of aMike Stump2009-04-021-2/+8
* Add -ftrapv support, patch from David Chisnall; well all except theMike Stump2009-04-011-0/+9
* Revert r68221, -ftrapv support, which causes several regressions inDouglas Gregor2009-04-011-9/+0
* Add -ftrapv support, patch from David Chisnall; well all except theMike Stump2009-04-011-0/+9
* Pull clang-cc code for generating PTH files based on the input type.Daniel Dunbar2009-04-011-45/+12
* Add '-emit-pth' option to clang-cc as an alternate API for the high-level driverTed Kremenek2009-04-011-1/+3
* Add two FIXMEsDaniel Dunbar2009-03-311-0/+4
* Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek2009-03-3111-13/+13
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-311-20/+3
* Implement -Wmissing-prototypes. Fixes PR3911.Douglas Gregor2009-03-311-0/+5
* Add support for -Wdeprecated-declarations.Steve Naroff2009-03-311-0/+3
* Implement -Wno-pointer-sign.Eli Friedman2009-03-301-0/+4
* Driver: Support -M and -MM.Daniel Dunbar2009-03-301-5/+9
* Improve dependency file support.Daniel Dunbar2009-03-303-132/+57
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-298-30/+59
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-93/+96
* rename some methods.Chris Lattner2009-03-281-1/+1
* reduce indentation, no functionality change.Chris Lattner2009-03-281-116/+122
OpenPOWER on IntegriCloud