summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make -o work with -E, patch contributed by Shantonu Sen!Chris Lattner2008-01-271-1/+1
* add support for -Wundef.Chris Lattner2008-01-231-1/+7
* Add Ubuntu 7.10 include path.Lauro Ramos Venancio2008-01-211-0/+4
* Insert #pragma once when rewriting a header file.Fariborz Jahanian2008-01-181-1/+1
* Shortened driver option for running the GR-constants analysis to --grconstants.Ted Kremenek2008-01-161-1/+1
* Hooked up the GRConstants analysis to the driver.Ted Kremenek2008-01-161-4/+4
* add support for the GCC -include option.Chris Lattner2008-01-101-2/+21
* Ted apparently likes crazy whitespace at the end of line. Crush his spirit byChris Lattner2008-01-101-1/+1
* Added most of the boilerplate to the driver needed to run the graph-reachabilityTed Kremenek2008-01-081-0/+6
* Fix PR1897, patch by Wilhansen LiChris Lattner2008-01-041-0/+1
* Rename stats to print-stats to avoid conflicting with llvm'sNate Begeman2007-12-301-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Implement -emit-llvm-bc optionSeo Sanghyeon2007-12-241-1/+7
* Converted uses of scoped_ptr to OwningPtr.Ted Kremenek2007-12-201-3/+3
* Added methods createMainFileID() and createMainFileIDForMemBuffer() toTed Kremenek2007-12-191-16/+8
* Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek2007-12-191-12/+10
* Typo fix.Ted Kremenek2007-12-191-3/+2
* Added storage of the FileID of the the main source file of a translation unitTed Kremenek2007-12-191-1/+4
* Removed "SourceFile" from TranslationUnit. This same information will (soon)Ted Kremenek2007-12-191-8/+9
* Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" whenTed Kremenek2007-12-191-0/+1
* Added "-o" option to driver. ASTConsumers will need to be graduallyTed Kremenek2007-12-191-1/+6
* Removed storing inode and device number in TranslationUnit.Ted Kremenek2007-12-191-12/+14
* Moved generation of the name of the serialized AST file intoTed Kremenek2007-12-191-14/+2
* Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made themTed Kremenek2007-12-181-1/+1
* Moved TranslationUnit from Driver to AST library.Ted Kremenek2007-12-181-1/+1
* Start reading the headermap header, drop the 'errorstr' argument toChris Lattner2007-12-171-10/+2
* Sink getName into DirectoryLookup to simplify the client in clang.Chris Lattner2007-12-171-5/+6
* Fixed 80 col violation.Ted Kremenek2007-12-171-1/+2
* Added driver option -Wno-format-nonliteral to silence format string relatedTed Kremenek2007-12-171-0/+9
* Unbreak -v with framework paths. Patch by Shantonu Sen.Chris Lattner2007-12-171-5/+10
* as it turns out, frameworks and headermaps are orthogonal. Make this so inChris Lattner2007-12-171-16/+28
* add a portability fixme.Chris Lattner2007-12-171-0/+2
* teach RemoveDuplicates about header maps.Chris Lattner2007-12-171-4/+19
* Step #1 in adding headermap support to clang.Chris Lattner2007-12-171-21/+42
* rearrange some code and make it more efficient.Chris Lattner2007-12-171-17/+23
* swtich to smallptrset, which is more efficient than std::set.Chris Lattner2007-12-151-2/+4
* make clang -v output more similar to gcc's -v output.Chris Lattner2007-12-151-1/+5
* simplify the interfaces to ProcessInputFile and InitializePreprocessorChris Lattner2007-12-151-20/+11
* Add check in the driver to see if a serialized AST file has been successfullyTed Kremenek2007-12-131-1/+8
* Changed -serialize-ast to not create a temporary directory, but insteadTed Kremenek2007-12-131-7/+8
* Implemented -serialize-ast option for the driver. This is not really testedTed Kremenek2007-12-131-3/+24
* Implemented prototype mode where the driver can operate on serialized ASTsTed Kremenek2007-12-121-50/+100
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-121-2/+1
* Moved construction of TargetInfo objects out of the DriverTed Kremenek2007-12-121-1/+4
* Simplify some code, don't force the triple to a darwin triple if non-darwin.Chris Lattner2007-12-121-21/+10
* Moved creation of SourceManager, HeaderSearch, TargetInfo, and LangOptionsTed Kremenek2007-12-111-42/+45
* Modified the internals of Diagnostic and DiagnosticClient to useTed Kremenek2007-12-111-3/+1
* Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek2007-12-111-4/+6
* avoid ///usr/include/foo.h, patch by Sean MiddleditchChris Lattner2007-12-091-3/+10
* Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage,Ted Kremenek2007-12-051-43/+51
OpenPOWER on IntegriCloud