summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Richard Smith2014-07-141-11/+0
* In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or anRichard Smith2014-07-141-1/+1
* Fix typosAlp Toker2014-07-141-1/+1
* CodeGen: Let arrays be inputs to inline asmDavid Majnemer2014-07-141-5/+6
* Superficial fix for PR20218: binding a function lvalue to a const reference toRichard Smith2014-07-141-17/+28
* Form a CallExpr from __noop without parensReid Kleckner2014-07-111-1/+14
* Consolidate header inclusion diagnosticsAlp Toker2014-07-112-26/+25
* The returns_nonnull attribute does not require a function prototype because i...Aaron Ballman2014-07-111-1/+1
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-112-87/+222
* Return a FixItHint instead of taking a diagnostic builderReid Kleckner2014-07-111-7/+6
* MSVC compat: Allow lookup of friend types in enclosing namespacesReid Kleckner2014-07-101-6/+63
* PR20256: don't accidentally instantiate non-dependent default-initialization asRichard Smith2014-07-102-2/+10
* Sema: Allow aliases to have incomplete typeDavid Majnemer2014-07-091-5/+7
* Fix typos.Nikola Smiljanic2014-07-092-2/+2
* rewrap to 80 cols, no behavior changeNico Weber2014-07-082-6/+7
* rewrap to 80 cols, no behavior changeNico Weber2014-07-081-2/+3
* MS compat: Allow lookup of types from dependent bases in functionsReid Kleckner2014-07-081-2/+11
* Allow more lookup of types in dependent base classesReid Kleckner2014-07-081-0/+66
* Sema: Don't allow CVR qualifiers before structorsDavid Majnemer2014-07-082-27/+48
* PR20227: materialize a temporary when dynamic_casting a class prvalue to aRichard Smith2014-07-081-1/+9
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-082-1/+76
* Rename static function to better describe its purposeAlp Toker2014-07-081-4/+4
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-072-29/+133
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-075-30/+30
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-072-1/+7
* Sema: Check that __leave is contained in a __try block.Nico Weber2014-07-062-0/+9
* Add parser support for __leave (sema and onward still missing).Nico Weber2014-07-061-0/+5
* Make a small crash preventing change.Fariborz Jahanian2014-07-031-2/+2
* [ARM] Implement ISB memory barrier intrinsicYi Kong2014-07-031-3/+4
* Address review feedback for r212238.Nico Weber2014-07-031-2/+1
* Enable clang to continue to parse libstdc++4.6 and stlport after r210091.Nico Weber2014-07-021-2/+53
* ARM: add support for v8 ldaex/stlex builtins.Tim Northover2014-07-021-4/+14
* Make FunctionDecl::getReturnTypeSourceRange() support non-builtin typesAlp Toker2014-07-021-9/+4
* Don't accept qualified 'int' main return types in C++ or standard C modeAlp Toker2014-07-021-22/+27
* Prevent Clang from crashing on template code.Richard Trieu2014-07-021-1/+8
* [OPENMP] Fixed error message reporting for nesting of regionsAlexey Bataev2014-07-021-2/+2
* Introduce a FunctionDecl::getReturnTypeSourceRange() utilityAlp Toker2014-07-022-50/+43
* [OPENMP] Added table with allowed nesting info for OpenMP regions (per reques...Alexey Bataev2014-06-301-0/+46
* Using of variable length arrays in captured statements and OpenMP constructs.Alexey Bataev2014-06-301-3/+102
* Extract an isReservedName() functionAlp Toker2014-06-301-18/+18
* Extend -Wtautological-undefined-compare and -Wundefined-bool-conversion toRichard Trieu2014-06-281-12/+46
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-285-8/+8
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-283-4/+4
* Extend -Wdynamic-class-memaccess to records containing dynamic classesReid Kleckner2014-06-271-12/+33
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-272-34/+207
* Objective-C ARC. Provide diagnostic and fix-it Fariborz Jahanian2014-06-262-1/+26
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-262-0/+29
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-262-1/+54
* Sema: Allow dllimport entities in template args for mingwDavid Majnemer2014-06-261-19/+26
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-263-32/+15
OpenPOWER on IntegriCloud