summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ------------------------------------------------------------------------Bill Wendling2014-08-041-1/+7
* Merging r214050:Bill Wendling2014-08-041-0/+6
* Merging r214208:Bob Wilson2014-07-291-3/+4
* Sema: correct handling for __va_start for WoASaleem Abdulrasool2014-07-221-0/+1
* Avoid crash if default argument parsed with errors.Serge Pavlov2014-07-221-1/+1
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-225-1/+40
* Fix build breakage caused by use of std::to_string(int). Replace with raw_st...Mark Heffernan2014-07-211-14/+19
* Add support for '#pragma unroll'.Mark Heffernan2014-07-217-18/+109
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-2110-3/+157
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-2110-6/+98
* Trivial doc fixes: add missing whitespace, and s/overriden/overridden/g.James Dennett2014-07-211-5/+6
* Add clang::DesignatedInitExpr::designators() for range-based access,James Dennett2014-07-211-0/+11
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-21/+22
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-1/+1
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-193-8/+30
* Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith2014-07-181-2/+3
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-182-0/+3
* Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir2014-07-181-3/+2
* Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warningArthur Marble2014-07-181-26/+26
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-188-1/+61
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-188-3/+62
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-1810-4/+83
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-181-0/+1
* Add dump() for MacroDirective and MacroInfo.Richard Smith2014-07-181-0/+4
* [modules] Fix macro hiding bug exposed if:Richard Smith2014-07-181-2/+3
* Fix parsing certain kinds of strings in the MS section pragmasReid Kleckner2014-07-182-6/+8
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-1713-86/+81
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-1713-81/+86
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-171-0/+4
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-171-1/+1
* Add an __assume side-effects warningHal Finkel2014-07-172-0/+5
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-175-1/+48
* Revert "Handle diagnostic warnings in Frontend diagnostic handler."Alp Toker2014-07-172-3/+0
* Fixing the objc_runtine_name documentation so that the code block is properly...Aaron Ballman2014-07-171-11/+11
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-175-0/+44
* Port memory barriers intrinsics to AArch64Yi Kong2014-07-171-0/+5
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-178-1/+65
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-175-0/+71
* Track the difference betweenRichard Smith2014-07-173-4/+18
* Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic2014-07-172-0/+5
* DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie2014-07-161-0/+6
* When list-initializing an object of class type, if we pick an initializer listRichard Smith2014-07-161-2/+5
* Typically linker options are protected with -Xlinker or -Wl,Arthur Marble2014-07-161-0/+2
* Specifying the diagnostic argument through the attribute table generator inst...Aaron Ballman2014-07-161-5/+4
* Objective-C. Modify text of documentation for objc_runtime_nameFariborz Jahanian2014-07-161-3/+5
* Removing a FIXME from the attribute parsing code by now passing along the sco...Aaron Ballman2014-07-161-5/+17
* Objective-C. Changes per A. Ballman's commentFariborz Jahanian2014-07-163-2/+28
* Add the --target option to clang-cl and use it to fix a test.Reid Kleckner2014-07-161-1/+1
* Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian2014-07-164-2/+17
* clang-cl: make sure we still parse -fms-version= after r213119Hans Wennborg2014-07-161-1/+1