summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Merging r311823: (+update ClangCommandLineReference.rst)Hans Wennborg2017-08-292-0/+21
* Merging r310516:Hans Wennborg2017-08-141-4/+6
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-162-5/+20
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+2
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-0/+4
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-4/+0
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-0/+4
* 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-291-1/+10
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-291-0/+2
* Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov2017-06-281-4/+5
* DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocument...NAKAMURA Takumi2017-06-281-2/+0
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-272-74/+50
* Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov2017-06-212-111/+251
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-192-50/+74
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-192-74/+50
* Corrected some comment typos; NFC.Aaron Ballman2017-06-141-2/+2
* Add -frewrite-imports flag.Richard Smith2017-06-092-0/+5
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-092-18/+13
* Speed up preamble loadingErik Verbruggen2017-06-091-0/+8
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-092-9/+5
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-0/+1
* Represent debug information compression type fullySaleem Abdulrasool2017-06-091-1/+2
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-081-0/+1
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-1/+13
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-052-5/+6
* Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin2017-06-051-1/+0
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-031-0/+1
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-0/+5
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-0/+1
* Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov2017-05-232-6/+37
* [Frontend] Remove unused TemporaryFilesKrasimir Georgiev2017-05-171-6/+0
* [asan] A clang flag to enable ELF globals-gc.Evgeniy Stepanov2017-05-091-0/+2
* [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany2017-05-051-0/+1
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-0/+2
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-282-14/+10
* Improve diagnostics for bad -std= flag.Richard Smith2017-04-271-55/+36
* Remove unnecessary and somewhat inaccurate "C89" flag from language standards.Richard Smith2017-04-262-21/+17
* Don't accept -std= values that would switch us to a different source language.Richard Smith2017-04-262-43/+48
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-29/+61
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-0/+1
* Preserve vec3 type.Jin-Gu Kang2017-04-041-0/+3
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* Use FPContractModeKind universallyAdam Nemet2017-03-292-8/+0
* Revert "Use FPContractModeKind universally"Adam Nemet2017-03-292-0/+8
* Use FPContractModeKind universallyAdam Nemet2017-03-292-8/+0
* [PCH] Attach instance's dependency collectors to PCH external AST sources.Graydon Hoare2017-03-291-0/+2
* [ThinLTO] Clang support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-0/+5
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-202-1/+9
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-182-9/+1