summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-32/+3
* Fix what appears to be a copy-paste error.Sean Silva2013-01-201-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-0/+6
* Be more careful about updating the failed-modules setDouglas Gregor2013-01-101-2/+3
* Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor2013-01-041-2/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-12/+12
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-1/+1
* 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
OpenPOWER on IntegriCloud