summaryrefslogtreecommitdiffstats
path: root/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Merging r311823: (+update ClangCommandLineReference.rst)Hans Wennborg2017-08-291-0/+27
* Merging r310694:Hans Wennborg2017-08-111-2/+3
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-183-0/+3
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-2/+2
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-2/+2
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-2/+2
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-162-1/+5
* [clang] buildFixItInsertionLine should use Hints of the same FID and LineNoChih-Hung Hsieh2017-07-121-6/+5
* [Frontend] Verify that the bitstream is not empty before readingAlex Lorenz2017-07-071-0/+3
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+10
* [Objective-C] Fix non-determinism in clangMandeep Singh Grang2017-07-061-4/+5
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-032-2/+2
* fix trivial typos; NFCHiroshi Inoue2017-07-011-1/+1
* Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi2017-07-011-1/+1
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-6/+12
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-12/+6
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-6/+12
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-301-1/+0
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-296-29/+37
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-291-0/+4
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-0/+2
* [OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea2017-06-293-3/+8
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-293-22/+33
* Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov2017-06-282-4/+4
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-274-227/+167
* Remove some redundant setup when preprocessing .pcm files.Richard Smith2017-06-261-1/+0
* When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allRichard Smith2017-06-261-0/+2
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-3/+16
* [Frontend] 'Show hotness' can be used with a sampling profileBrian Gesiak2017-06-231-2/+6
* Fixed compiler warnings after r305890.Ilya Biryukov2017-06-211-10/+4
* Fix unused-variable compilation error.Haojian Wu2017-06-211-0/+2
* Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov2017-06-213-589/+779
* Turn off "disable free" mode when preprocessing imported module files inRichard Smith2017-06-201-0/+1
* Support non-identifier module names when preprocessing modules.Richard Smith2017-06-194-11/+27
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-194-167/+227
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-194-227/+167
* Killing a tab and some other spurious whitespace; NFC.Aaron Ballman2017-06-161-1/+1
* [PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz2017-06-161-40/+54
* Handle -ast-dump-all when passed as the only option.Aaron Ballman2017-06-151-1/+1
* Be more strict when checking the -flto option valueYuka Takahashi2017-06-141-2/+8
* Revert r305164/5/7.Daniel Jasper2017-06-121-16/+3
* Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool2017-06-111-3/+16
* Attempt to fix shared library build: RewriteFrontend depends on Serialization...Richard Smith2017-06-091-0/+1
* Add -frewrite-imports flag.Richard Smith2017-06-093-18/+111
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-092-70/+166
* Speed up preamble loadingErik Verbruggen2017-06-091-7/+12
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-094-21/+12
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-1/+2
* Represent debug information compression type fullySaleem Abdulrasool2017-06-091-1/+3
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-081-0/+2