summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor2012-11-301-6/+6
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-301-14/+25
* Keep track of modules that have failed to build. If we encounter anDouglas Gregor2012-11-291-18/+55
* Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar2012-11-271-1/+5
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-161-1/+1
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-151-2/+3
* Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis2012-11-091-1/+9
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-2/+2
* Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis2012-11-091-5/+7
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-071-3/+26
* Frontend: Add support for reading named pipes as the main file.Daniel Dunbar2012-11-051-0/+13
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-311-6/+2
* Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis2012-10-311-1/+0
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-241-1/+2
* Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor2012-10-241-1/+2
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-17/+17
* Allow clients of the AST reader to specify what kinds of AST loadDouglas Gregor2012-10-221-2/+4
* Distinguish the various kinds of AST file loading failures:Douglas Gregor2012-10-221-2/+8
* Make sure temporary files are deleted when recovering from a crash when compi...Benjamin Kramer2012-10-141-0/+1
* Delete temporary output files when an error occurs during PCH reading.Benjamin Kramer2012-10-141-0/+1
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-091-0/+2
* Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis2012-10-031-3/+6
* In the Module class, add a reference to the corresponding AST file.Argyrios Kyrtzidis2012-09-291-0/+3
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-8/+3
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-161-1/+1
* For final output files create them with mode 0664 to match otherEric Christopher2012-05-111-1/+2
* Remove variables made dead by r155923David Blaikie2012-05-011-2/+0
* Remove dead code found by static analyzer.Ted Kremenek2012-05-011-5/+0
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-0/+4
* Changed all direct calls to CompletionConsumer.reset(..) to go callErik Verbruggen2012-04-121-4/+4
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-0/+1
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-1/+5
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-1/+1
* Frontend: Default to creating output files using temporary files + rename.Daniel Dunbar2012-03-031-1/+2
* Frontend: Don't automatically create missing directories when using temporary...Daniel Dunbar2012-03-031-6/+20
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-2/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-4/+4
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-5/+5
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-7/+7
* Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor2012-02-021-2/+2
* Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor2012-02-021-0/+4
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-2/+3
* Switch over to LLVM's file-level locking facilityDouglas Gregor2012-01-291-265/+5
* Ensure that we clean up after a failed module build and cope with theDouglas Gregor2012-01-291-1/+1
* Implement code completion support for module import declarations, e.g.,Douglas Gregor2012-01-291-1/+0
* Rework HeaderSearch's interface for getting a module from a name andDouglas Gregor2012-01-291-4/+18
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-271-5/+8
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-5/+4
* Store the submodules of a module in source order, as they are storedDouglas Gregor2012-01-041-12/+14
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-1/+15
OpenPOWER on IntegriCloud