summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Mangle a unique ID into all MS inline asm labelsReid Kleckner2016-11-281-1/+0
* Fix for PR28523: unexpected compilation error.Alexey Bataev2016-11-111-2/+10
* Sema: do not warn about unused const vars if main file is a headerErik Verbruggen2016-10-281-2/+5
* Do not reset TUScope when we are in incremental processing mode.Vassil Vassilev2016-10-171-2/+4
* [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.Justin Lebar2016-10-101-1/+0
* [coroutines] Switch to using std::experimental namespace per P0057R5Gor Nishanov2016-10-041-2/+2
* P0217R3: template instantiation support for decomposition declarations.Richard Smith2016-08-121-2/+1
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-1/+4
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+1
* Fix unused variable warning after r273754.James Y Knight2016-06-251-0/+1
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-5/+12
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-2/+3
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-3/+2
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-2/+3
* Produce better pretty stack traces from crashes in template instantiation: addRichard Smith2016-05-261-4/+4
* Make Sema::getPrintingPolicy less ridiculously expensive. This used to performRichard Smith2016-05-191-4/+5
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-1/+2
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-1/+7
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-7/+1
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-1/+7
* Method Pool in modules: we make sure that if a module contains an entry forManman Ren2016-04-291-0/+1
* [MS] Make #pragma pack use PragmaStack<> class.Denis Zobnin2016-04-291-4/+4
* Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)"Denis Zobnin2016-04-291-1/+1
* Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)"Denis Zobnin2016-04-281-1/+1
* [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)Denis Zobnin2016-04-281-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-14/+0
* Store list of undefined-but-used objects in a deterministic order to fixRichard Smith2016-03-251-27/+12
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-041-4/+5
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-031-0/+4
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-031-4/+0
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-031-0/+4
* [Sema] Make nullness warnings appear in C++.George Burgess IV2015-12-141-12/+15
* [Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on...Craig Topper2015-11-151-7/+6
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-1/+1
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-281-2/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Fix for assertion fail for pragma weak on typedef.Alexander Musman2015-09-181-2/+9
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+6
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+12
* Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith2015-08-181-4/+0
* Delay emitting members of dllexport classes until the class is fully parsed (...Hans Wennborg2015-08-151-0/+3
* [modules] Stop performing PCM lookups for all identifiers when building with ...Richard Smith2015-07-221-0/+3
* Remove two unused includes.Nico Weber2015-07-191-1/+0
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-1/+2
* Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor2015-06-191-0/+13
* Wrap to 80 columns, no behavior change.Nico Weber2015-06-181-4/+4
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-5/+1
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-181-0/+19
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-0/+1
OpenPOWER on IntegriCloud