summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-062-9/+30
* Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith2017-06-052-28/+6
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-052-20/+94
* Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin2017-06-051-2/+0
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-033-0/+4
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-031-0/+2
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-6/+20
* PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...Richard Smith2017-06-021-4/+3
* Escape filenames in module map line marker directives, to unbreak Windows bui...Richard Smith2017-06-012-4/+10
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-011-0/+7
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-311-8/+12
* [clang-cl] Improve default calling convention flag handlingReid Kleckner2017-05-311-2/+2
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-11/+16
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-0/+1
* [trivial] fix a typo in comment, NFCHiroshi Inoue2017-05-301-1/+1
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-0/+1
* Make helper functions static. NFC.Benjamin Kramer2017-05-261-3/+3
* Only define __SIZEOF_FLOAT128__ on x86 as intended in r304012Reid Kleckner2017-05-261-2/+0
* Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner2017-05-261-0/+2
* Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane2017-05-251-1/+1
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-251-1/+1
* For Microsoft compatibility, set fno_operator_namesErich Keane2017-05-241-1/+1
* Method loadFromCommandLine should be able to report errorsSerge Pavlov2017-05-241-0/+2
* [Frontend] Don't index into an empty string.Benjamin Kramer2017-05-231-1/+1
* Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov2017-05-232-42/+97
* Add option to include multiple lines in snippets.Richard Smith2017-05-222-86/+159
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-221-1/+2
* [Frontend] Remove unused TemporaryFilesKrasimir Georgiev2017-05-171-23/+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-053-81/+170
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-042-3/+64
* Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix"Yuka Takahashi2017-05-031-1/+1
* Fix a bug that -isysroot is completely ignored on UnixYuka Takahashi2017-05-031-1/+1
* PR26771: don't forget the " 2" (returning from #included file) linemarker aft...Richard Smith2017-04-291-14/+9
* Add pragma to perform module import and use it in -E output.Richard Smith2017-04-292-34/+39
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-285-272/+331
* Preprocessor: Suppress -Wnonportable-include-path for header mapsDuncan P. N. Exon Smith2017-04-273-3/+4
* Remove leaking UnknownPragmaHandlers right after we are done with them.Vassil Vassilev2017-04-271-13/+27
* Improve diagnostics for bad -std= flag.Richard Smith2017-04-271-5/+17
* Remove unnecessary and somewhat inaccurate "C89" flag from language standards.Richard Smith2017-04-261-1/+1
* Don't accept -std= values that would switch us to a different source language.Richard Smith2017-04-262-25/+29
* Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar2017-04-261-2/+4
* Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar2017-04-261-4/+2
* PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch2017-04-261-2/+4
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-267-155/+157
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-0/+1
* Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.Eric Fiselier2017-04-201-7/+12
OpenPOWER on IntegriCloud