aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInstance.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-12-04PTH-- Remove feature entirely-Erich Keane1-15/+2
2018-11-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie1-1/+2
2018-11-08[Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie1-1/+3
2018-11-05Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Benjamin Kramer1-0/+3
2018-11-02Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Ilya Biryukov1-3/+0
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner1-1/+1
2018-11-01Fix typo in comment.Richard Smith1-1/+1
2018-11-01Fix regression in behavior of clang -x c++-header -fmodule-name=XXXRichard Smith1-0/+3
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington1-1/+1
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-6/+6
2018-09-15[modules] Frontend support for building a header module from a list ofRichard Smith1-17/+5
2018-09-14[VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall1-2/+2
2018-08-08[ADT] Normalize empty triple componentsPetr Hosek1-1/+1
2018-07-30Remove trailing spaceFangrui Song1-19/+19
2018-07-18Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes1-5/+10
2018-07-12Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes1-10/+5
2018-07-10[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi1-5/+10
2018-07-05[clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane1-30/+1
2018-07-03Factor out Clang's desired 8MB stack size constant from the variousRichard Smith1-2/+2
2018-05-24Improve diagnostics for config mismatches with -fmodule-file.Richard Smith1-3/+10
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-6/+6
2018-05-04[clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane1-1/+1
2018-05-02[Modules] Allow @import to reach submodules in private module mapsBruno Cardoso Lopes1-0/+20
2018-04-16Use export_as for autolinking frameworksBruno Cardoso Lopes1-0/+6
2018-04-10Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber1-6/+0
2018-04-10-ftime-report switch support in Clang.Andrew V. Tischenko1-0/+6
2018-04-06Fix typos in clangAlexander Kornienko1-1/+1
2018-03-23[vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir1-5/+3
2018-03-23Remove problematic PrettyStackTrace entry added in r328276Jordan Rose1-5/+0
2018-03-23Sink PrettyDeclStackTrace down to the AST libraryJordan Rose1-0/+5
2018-03-20[Modules] Honor -fmodule-name when handling private framework modulesBruno Cardoso Lopes1-0/+4
2018-02-12[Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo...Bruno Cardoso Lopes1-33/+33
2017-12-22[Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes1-2/+36
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool1-0/+1
2017-09-12Use the VFS from the CompilerInvocation by defaultRaphael Isemann1-3/+7
2017-09-09Fix ownership of the MemoryBuffer in a FrontendInputFile.Richard Smith1-2/+2
2017-09-07[CUDA] When compilation fails, print the compilation mode.Justin Lebar1-2/+11
2017-08-31[modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov1-4/+13
2017-08-30Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk1-13/+4
2017-08-30[modules] Add ability to specify module name to module file mappingBoris Kolpackov1-4/+13
2017-08-29[modules-ts] Omit submodule semantics for TS modulesBoris Kolpackov1-2/+17
2017-08-08Use "foo-12345.o.tmp" instead of "foo.o-12345" as temporary file name.Nico Weber1-2/+8
2017-08-04Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file...NAKAMURA Takumi1-6/+2
2017-08-03Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.Nico Weber1-2/+6
2017-06-29Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith1-2/+2
2017-06-29[OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea1-2/+3
2017-06-29Track the set of module maps read while building a .pcm file and reload those...Richard Smith1-2/+5
2017-06-19Support non-identifier module names when preprocessing modules.Richard Smith1-2/+9
2017-06-09Add -frewrite-imports flag.Richard Smith1-4/+6
2017-06-09Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith1-69/+165