summaryrefslogtreecommitdiff
path: root/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-062-17/+9
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-3/+1
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-1/+1
* [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.Alexey Bataev2015-09-281-1/+5
* [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev2015-09-251-1/+5
* [Modules] More descriptive diagnostics for misplaced import directiveSerge Pavlov2015-09-194-6/+44
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* [OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.Alexey Bataev2015-09-031-40/+59
* [ms-inline-asm] Add field access to MS inline asm identifier lookupReid Kleckner2015-08-261-3/+20
* Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...Nathan Wilson2015-08-263-4/+4
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-4/+25
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-3/+9
* [modules] When we see a definition of a function for which we already have aRichard Smith2015-08-212-4/+34
* [OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers for reference types only.Alexey Bataev2015-08-201-2/+1
* [OPENMP 4.1] Initial support for modifiers in 'linear' clause.Alexey Bataev2015-08-201-4/+28
* Delay emitting members of dllexport classes until the class is fully parsed (...Hans Wennborg2015-08-151-1/+1
* [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with o...Alexey Bataev2015-08-121-0/+8
* Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".Mark Heffernan2015-08-101-9/+12
* Restore PrettyStackTrace state on crash.Nico Weber2015-08-071-0/+17
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-071-1/+4
* [Parse] ArrayRefize PragmaLoopHintInfo. No functionality change.Benjamin Kramer2015-08-051-10/+4
* Outline function Parser::ParseCXXClassMemberDeclarationWithPragmas(), NFC.Alexey Bataev2015-07-311-123/+122
* Fix sanitizer fallout from r243642Ulrich Weigand2015-07-301-0/+3
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-2/+3
* [OPENMP 4.1] Initial support for extended 'ordered' clause.Alexey Bataev2015-07-301-2/+5
* [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexistDavid Majnemer2015-07-222-0/+50
* [OpenMP] Make target data directive generate unexpected directive diagnostic.Samuel Antao2015-07-221-2/+1
* Add missing parentheses to appease -Wlogical-op-parentheses.Daniel Jasper2015-07-211-3/+5
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-7/+17
* Fix crash-on-invalid: don't look ahead past an unknown token, it might be EOF.Richard Smith2015-07-211-1/+2
* Ignore the "novtable" declspec when not using the Microsoft C++ ABI.Bob Wilson2015-07-202-2/+2
* [modules] Don't save uninteresting identifiers, and don't consider identifiersRichard Smith2015-07-191-1/+1
* Classes inside lambdas are local not nested.Serge Pavlov2015-07-141-10/+4
* Support alternate attribute spelling __enable_if__Ulrich Weigand2015-07-131-1/+2
* Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...David Majnemer2015-07-081-3/+1
* Silence a -Wunused-variable warning; NFC.Aaron Ballman2015-07-071-5/+3
* [libclang] Implement proper code-completion in an ObjC type parameter position.Douglas Gregor2015-07-071-2/+7
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-7/+35
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-072-0/+20
* Warn when an intended Objective-C specialization was actually a useless proto...Douglas Gregor2015-07-071-3/+8
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-075-122/+274
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-073-36/+75
* Handle Objective-C type arguments.Douglas Gregor2015-07-073-28/+170
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-072-49/+299
* DR1909: Diagnose all invalid cases of a class member sharing its name with th...Richard Smith2015-07-061-4/+5
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-1/+3