aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST
AgeCommit message (Expand)AuthorFilesLines
2014-08-04------------------------------------------------------------------------Bill Wendling1-0/+5
2014-08-04Merging r214008:Bill Wendling1-7/+8
2014-08-04Merging r213912:Bill Wendling1-5/+6
2014-08-04Merging r213902:Bill Wendling1-0/+1
2014-08-04Merging r213840:Bill Wendling1-31/+107
2014-08-04Merging r213613:Bill Wendling1-3/+6
2014-08-04Merging r213611:Bill Wendling1-1/+2
2014-08-04Merging r213609:Bill Wendling1-6/+26
2014-07-21[OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev3-0/+61
2014-07-21[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman3-0/+35
2014-07-21Add missing initialization found due to a valgrind false positive.Richard Smith1-1/+1
2014-07-19Cleanup comparisons to VariableArrayType::Static for non-VLAsHal Finkel1-1/+1
2014-07-19TypePrinter should not ignore IndexTypeCVRQualifiers on constant-sized arraysHal Finkel1-0/+4
2014-07-19[MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt1-12/+10
2014-07-18TypePrinter should not omit the static keyword in array parameter declaratorsHal Finkel1-2/+7
2014-07-18Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian1-6/+9
2014-07-18[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev3-0/+23
2014-07-18[OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev3-0/+23
2014-07-18[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev3-1/+25
2014-07-17MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg1-1/+14
2014-07-17Handle __assume in the VoidExprEvaluatorHal Finkel1-0/+10
2014-07-17[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2-0/+6
2014-07-17[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2-0/+6
2014-07-17[OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman3-0/+29
2014-07-17[OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2-0/+11
2014-07-17Track the difference betweenRichard Smith1-1/+8
2014-07-17MS ABI: Padding injected between empty vbases doesn't up required alignDavid Majnemer1-1/+1
2014-07-16Objective-C. Changes per A. Ballman's commentFariborz Jahanian1-10/+12
2014-07-16Simplify memory management in NestedNameSpecifierLocBuilder.Serge Pavlov1-8/+4
2014-07-16Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian1-0/+23
2014-07-16MS ABI: Up the required alignment after inserting padding between vbasesDavid Majnemer1-1/+3
2014-07-16AST: Convert a SmallPtrSet to a SmallPtrSetImpl in RecordLayoutBuilderDavid Majnemer1-4/+4
2014-07-16AST: Cleanup RecordLayoutBuilderDavid Majnemer1-90/+77
2014-07-15Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman6-32/+19
2014-07-15AST: Don't walk all redeclarations when looking for a uuid attrDavid Majnemer1-6/+4
2014-07-14AST: Fix __uuidof for template specializationsDavid Majnemer1-5/+5
2014-07-14AST: Cleanup __uuidof related codeDavid Majnemer1-9/+8
2014-07-11[OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev3-0/+35
2014-07-10Add AST dumping for VarDecl init kind.Richard Smith1-0/+5
2014-07-10Cleanup. No functionality change.Richard Smith1-2/+2
2014-07-08[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev3-0/+35
2014-07-07ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.Joe Groff1-3/+11
2014-07-07Handle __builtin_clzs and __builtin_ctzs in the constant expression evaluator.Anders Carlsson1-2/+4
2014-07-07[OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev3-0/+36
2014-07-07Fix an iterator invalidation issue: deserializing a key function can write toRichard Smith1-7/+18
2014-07-07Add an explicit diagnostic for the case where an expression is not a constantRichard Smith1-2/+7
2014-07-07Add an AST node for __leave statements, hook it up.Nico Weber2-0/+9
2014-07-02Fix linkage bug that miscompiled variable templates instantiated from similar...Larisse Voufo1-0/+64
2014-07-02Make FunctionDecl::getReturnTypeSourceRange() support non-builtin typesAlp Toker1-8/+11
2014-07-02Introduce a FunctionDecl::getReturnTypeSourceRange() utilityAlp Toker1-0/+17