summaryrefslogtreecommitdiffstats
path: root/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r214735:Bill Wendling2014-08-051-12/+10
* Merging r214734:Bill Wendling2014-08-051-1/+6
* Merging r213834:Bill Wendling2014-08-041-3/+6
* Merging r213913:Bill Wendling2014-08-042-18/+9
* ------------------------------------------------------------------------Bill Wendling2014-08-041-12/+43
* Sema: correct handling for __va_start for WoASaleem Abdulrasool2014-07-221-1/+66
* Avoid crash if default argument parsed with errors.Serge Pavlov2014-07-221-1/+4
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-223-1/+17
* Add support for '#pragma unroll'.Mark Heffernan2014-07-211-66/+60
* Sema: Handle C11 atomics when diagnosing out of range comparisonsJustin Bogner2014-07-211-0/+6
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-212-1/+85
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-212-13/+130
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-197-18/+18
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-193-11/+20
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-181-3/+9
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-182-0/+41
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-182-0/+49
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-182-25/+74
* Cleanup: remove essentially unused variable.Richard Smith2014-07-181-3/+2
* Mark the vtable used when defining implicit copy and move ctorsReid Kleckner2014-07-181-0/+3
* SemaInit.cpp: Fix a warning with -Asserts. [-Wunused-variable]NAKAMURA Takumi2014-07-181-0/+1
* PR20346: fix aggregate initialization / template instantiation bug:Richard Smith2014-07-171-0/+9
* Objective-C. deprecated attribute is not inherited on methodsFariborz Jahanian2014-07-171-0/+2
* Add an __assume side-effects warningHal Finkel2014-07-171-0/+18
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-172-0/+19
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-172-0/+19
* Port memory barriers intrinsics to AArch64Yi Kong2014-07-171-1/+12
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-172-7/+68
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-172-0/+46
* Track the difference betweenRichard Smith2014-07-174-30/+48
* Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic2014-07-173-8/+8
* When list-initializing an object of class type, if we pick an initializer listRichard Smith2014-07-161-17/+24
* Objective-C. Changes per A. Ballman's commentFariborz Jahanian2014-07-161-6/+7
* Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian2014-07-161-0/+14
* Avoid referencing the vtable when calling the ctor without emitting itReid Kleckner2014-07-161-2/+0
* Switching some iterator-based for loops to use range-based for loops. No func...Aaron Ballman2014-07-151-49/+28
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-152-12/+6
* [OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma ...Alexey Bataev2014-07-151-0/+3
* 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