summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-0/+9
* Add __nonnull/__nullable/__null_unspecified predefines for Darwin.Douglas Gregor2015-06-241-0/+8
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-232-0/+11
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-2216-18/+18
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-18/+18
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-221-0/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-2216-18/+18
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-2/+2
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-209-112/+242
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-2/+3
* Add missing overrides to MultiplexConsumer. Test coverage will beAdrian Prantl2015-06-181-0/+26
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-172-2/+10
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-4/+1
* According to the OpenMP spec, all the preprocessor macros should be Samuel Antao2015-06-151-10/+42
* Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier2015-06-132-13/+60
* Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson2015-06-121-2/+0
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-111-1/+1
* Pass down the -flto option to the -cc1 job, and from there into theTeresa Johnson2015-06-101-0/+2
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-108/+64
* Simplify this code a bit.Sean Silva2015-06-091-6/+5
* Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola2015-06-031-1/+1
* add the -mrecip driver flag and process its options (2nd try)Sanjay Patel2015-06-021-1/+1
* Replace a few std::string& with StringRef. NFC.Rafael Espindola2015-06-011-3/+3
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-295-19/+18
* This reverts commit r238064 and r238055.Rafael Espindola2015-05-231-1/+1
* add the -mrecip driver flag and process its optionsSanjay Patel2015-05-221-1/+1
* "This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali2015-05-222-0/+3
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-6/+2
* [modules] Move implicit creation of ImportDecls for #includes transformed int...Richard Smith2015-05-181-19/+0
* [modules] Retain the name as written for umbrella headers and directories, ra...Richard Smith2015-05-162-33/+27
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-152-0/+11
* Refactor: when exposing a definition in some module, provide listeners with theRichard Smith2015-05-151-5/+4
* Add flag to enable native half typePirama Arumuga Nainar2015-05-141-1/+1
* Break \# in a depfile the same way as gcc.Paul Robinson2015-05-131-22/+18
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-132-4/+9
* Fix dependency file escaping.Paul Robinson2015-05-131-5/+57
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-121-2/+2
* Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne2015-05-111-4/+1
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-3/+3
* Refactor MacroInfo so range for loops can be used to iterate its tokens.Daniel Marjamaki2015-05-111-4/+3
* Give isCompatibleWithMSVC a better interfaceDavid Majnemer2015-05-111-1/+1
* [cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich2015-05-071-0/+3
* [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov2015-05-071-2/+8
* Reapply "Frontend: Stop leaking when not -disable-free"Duncan P. N. Exon Smith2015-05-041-14/+13
* Revert "Frontend: Stop leaking when not -disable-free"Duncan P. N. Exon Smith2015-05-041-13/+6
* Frontend: Stop leaking when not -disable-freeDuncan P. N. Exon Smith2015-05-041-6/+13
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-2/+2
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-042-4/+5
* [modules] Add -fmodules-local-submodule-visibility flag.Richard Smith2015-05-011-0/+2
OpenPOWER on IntegriCloud