aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2012-11-14Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith
2012-11-14objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian
2012-11-11s/BCPLComment/LineComment/Nico Weber
2012-11-10Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman
2012-11-09Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis
2012-11-09Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis
2012-11-09Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier
2012-11-09[driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-08Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson
2012-11-07When loading a module fails because it is out of date, rebuild thatDouglas Gregor
2012-11-05Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, soDouglas Gregor
2012-11-05Frontend: Add support for reading named pipes as the main file.Daniel Dunbar
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-11-05Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith
2012-11-05Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith
2012-11-05Hash the various compiler version, target, preprocessor, andDouglas Gregor
2012-11-03only truncate source lines in text diagnostics whenSeth Cantrell
2012-11-03don't step into the middle of multibyte sequencesSeth Cantrell
2012-11-03fix bug in SourceColumnMap::startOfPreviousColumnSeth Cantrell
2012-11-03Add a proper algorithm to compute accurate source ranges for diagnostics withEli Friedman
2012-11-02When code-completing don't disable the preprocessing record if modules are en...Argyrios Kyrtzidis
2012-11-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith
2012-11-01Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis
2012-10-31Fix for -ast-dump-filterAlexander Kornienko
2012-10-31Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis
2012-10-30remove duplicate data arraySeth Cantrell
2012-10-30fix calculation of end pointerSeth Cantrell
2012-10-29Move getOriginalSourceFileName inline. Patch by Laszlo Nagy.Rafael Espindola
2012-10-29Remove spurious mode marker from .cpp file.Nick Lewycky
2012-10-27Reverted back the changes made in 166868 and in 166869Mahesha S
2012-10-27-------------------------------------------------Mahesha S
2012-10-25ASTUnit doesn't actually care about the predefines; don't record them.Douglas Gregor
2012-10-24Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor
2012-10-24Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor
2012-10-24Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor
2012-10-24Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor
2012-10-23[analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.Jordan Rose
2012-10-23Use a .def file for most of the diagnostic options.Douglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor
2012-10-23If the precompiled header named by "-include" is actually a directory,Douglas Gregor
2012-10-22Handle implicitly-included PCH files the same way asDouglas Gregor
2012-10-22Allow clients of the AST reader to specify what kinds of AST loadDouglas Gregor
2012-10-22Distinguish the various kinds of AST file loading failures:Douglas Gregor
2012-10-22[Options] Add prefixes to options.Michael J. Spencer
2012-10-19[Options] Make Option non clang specific.Michael J. Spencer
2012-10-19Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs
2012-10-19Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs