summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "Detect uses of mismatching forms of 'new' and 'delete'"Diego Novillo2015-05-141-19/+0
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-141-0/+19
* [Modules] Make "#pragma weak" undeclared identifiers be trackedChandler Carruth2015-03-261-16/+7
* OpenCL: CL2.0 atomic typesAnastasia Stulova2015-03-181-0/+23
* Reverted OpenCL2.0 atomic type commits r231932, r231935Anastasia Stulova2015-03-111-23/+0
* OpenCL: CL2.0 atomic typesAnastasia Stulova2015-03-111-0/+23
* Rework our handling of key functions. We used to track a complete list of allRichard Smith2015-02-281-16/+2
* Sema: size_t is available in C when -fms-compatibility is enabledDavid Majnemer2015-02-181-2/+3
* Sema: Replace some push_backs of expensive to move objects with emplace_back.Benjamin Kramer2015-02-171-3/+1
* Thread Safety Analysis: add support for before/after annotations on mutexes.DeLesley Hutchins2015-02-031-1/+3
* Revert "Thread Safety Analysis: add support for before/after annotations on m...Reid Kleckner2015-02-031-3/+1
* Thread Safety Analysis: add support for before/after annotations on mutexes.DeLesley Hutchins2015-02-031-1/+3
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-12/+0
* Delay checking overrides for exception specifications if the overriddenRichard Smith2014-11-221-1/+1
* Add an assertion for detecting missed/uncorrected TypoExprs.Kaelyn Takata2014-11-211-0/+2
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-4/+0
* Reland r219810 "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-221-0/+4
* Revert "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-151-3/+0
* Fix late template parsing leak with incremental processingReid Kleckner2014-10-151-0/+3
OpenPOWER on IntegriCloud