aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInstance.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-07Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor1-7/+2
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor1-0/+30
2013-02-06Detect when we end up trying to load conflicting module files.Douglas Gregor1-3/+18
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis1-4/+6
2013-01-30Don't warn about Unicode characters in -E mode.Jordan Rose1-0/+2
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor1-1/+3
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor1-8/+21
2013-01-23Implement the writer side of the global module index. Douglas Gregor1-1/+9
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva1-32/+3
2013-01-20Fix what appears to be a copy-paste error.Sean Silva1-1/+1
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-1/+1
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor1-0/+6
2013-01-10Be more careful about updating the failed-modules setDouglas Gregor1-2/+3
2013-01-04Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor1-2/+0
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-12/+12
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis1-1/+1
2012-11-30Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor1-6/+6
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor1-14/+25
2012-11-29Keep track of modules that have failed to build. If we encounter anDouglas Gregor1-18/+55
2012-11-27Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar1-1/+5
2012-11-16Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor1-1/+1
2012-11-15[modules] Setup the import location of a module file and use itArgyrios Kyrtzidis1-2/+3
2012-11-09Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis1-1/+9
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis1-2/+2
2012-11-09Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis1-5/+7
2012-11-07When loading a module fails because it is out of date, rebuild thatDouglas Gregor1-3/+26
2012-11-05Frontend: Add support for reading named pipes as the main file.Daniel Dunbar1-0/+13
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis1-6/+2
2012-10-31Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis1-1/+0
2012-10-24Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor1-1/+2
2012-10-24Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor1-1/+2
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor1-17/+17
2012-10-22Allow clients of the AST reader to specify what kinds of AST loadDouglas Gregor1-2/+4
2012-10-22Distinguish the various kinds of AST file loading failures:Douglas Gregor1-2/+8
2012-10-14Make sure temporary files are deleted when recovering from a crash when compi...Benjamin Kramer1-0/+1
2012-10-14Delete temporary output files when an error occurs during PCH reading.Benjamin Kramer1-0/+1
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor1-0/+2
2012-10-03Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis1-3/+6
2012-09-29In the Module class, add a reference to the corresponding AST file.Argyrios Kyrtzidis1-0/+3
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko1-8/+3
2012-05-16Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek1-1/+1
2012-05-11For final output files create them with mode 0664 to match otherEric Christopher1-1/+2
2012-05-01Remove variables made dead by r155923David Blaikie1-2/+0
2012-05-01Remove dead code found by static analyzer.Ted Kremenek1-5/+0
2012-04-16objective-c modern translator: buildit objc boolFariborz Jahanian1-0/+4
2012-04-12Changed all direct calls to CompletionConsumer.reset(..) to go callErik Verbruggen1-4/+4
2012-04-12Added a flag to the parser to skip method bodies.Erik Verbruggen1-0/+1
2012-03-07[PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis1-1/+5
2012-03-05[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis1-1/+1
2012-03-03Frontend: Default to creating output files using temporary files + rename.Daniel Dunbar1-1/+2