summaryrefslogtreecommitdiffstats
path: root/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* Don't print end-of-directive tokens in -E outputReid Kleckner2017-10-161-0/+6
* [Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi2017-10-161-0/+10
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-0/+6
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-3/+4
* Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.Ilya Biryukov2017-10-092-1/+2
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-062-1/+11
* Revert "Add /System/Library/PrivateFrameworks as a header search path."Douglas Gregor2017-10-021-1/+0
* [PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson2017-09-291-1/+1
* [DWARF] Allow forward declarations of a class template instantiationPaul Robinson2017-09-281-0/+1
* [Preprocessor] Preserve #pragma clang assume_nonnull in preprocessed outputEli Friedman2017-09-271-0/+18
* [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers2017-09-202-3/+2
* Add /System/Library/PrivateFrameworks as a header search path.Douglas Gregor2017-09-141-0/+1
* [MSan] Add flag to disable use-after-dtor.Matt Morehouse2017-09-141-1/+3
* This adds the _Float16 preprocessor macro definitions.Sjoerd Meijer2017-09-131-14/+17
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-0/+1
* Use the VFS from the CompilerInvocation by defaultRaphael Isemann2017-09-122-13/+11
* [PCH] Allow VFS to be used for tests that generate PCH filesCameron Desrochers2017-09-111-0/+36
* Fix ownership of the MemoryBuffer in a FrontendInputFile.Richard Smith2017-09-092-6/+7
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-09-081-1/+2
* [CUDA] When compilation fails, print the compilation mode.Justin Lebar2017-09-071-2/+11
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-313-10/+33
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-303-33/+10
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-303-10/+33
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-291-0/+1
* [modules-ts] Omit submodule semantics for TS modulesBoris Kolpackov2017-08-291-2/+17
* Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith2017-08-261-0/+27
* [Frontend] Fix printing policy for AST context loaded from fileVedant Kumar2017-08-251-0/+3
* Expose -mllvm -accurate-sample-profile to clang.Dehao Chen2017-08-241-0/+2
* Revert r311442 (Fix templated type alias completion when using global complet...Erik Verbruggen2017-08-221-2/+1
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-08-221-1/+2
* [SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse2017-08-181-0/+2
* Fix comments about __OPENCL_MEMORY_SCOPE_* macrosYaxun Liu2017-08-161-1/+1
* [OpenCL] Support variable memory scope in atomic builtinsYaxun Liu2017-08-151-4/+6
* Implement latest feature test macro recommendations, P0096R4.Richard Smith2017-08-111-2/+3
* Fixed a race condition in PrecompiledPreamble.Ilya Biryukov2017-08-101-1/+9
* Use "foo-12345.o.tmp" instead of "foo.o-12345" as temporary file name.Nico Weber2017-08-081-2/+8
* [OpenMP] Error when trying to offload to an unsupported architectureGheorghe-Teodor Bercea2017-08-071-1/+8
* [OpenMP] Prevent emission of exception handling code when using OpenMP to off...Gheorghe-Teodor Bercea2017-08-071-0/+7
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-0/+13
* Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file...NAKAMURA Takumi2017-08-041-6/+2
* Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.Nico Weber2017-08-031-2/+6
* [mips] Revert r309942 & r309940Simon Dardis2017-08-031-2/+0
* [mips] Implement -muninit-const-in-rodataSimon Dardis2017-08-031-0/+2
* [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-tableKostya Serebryany2017-07-281-0/+1
* [Frontend] Mark some ASTUnit methods as const. NFC.Vedant Kumar2017-07-251-7/+7
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-1/+0
* [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