summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* Class Property: parse property attribute (class).Manman Ren2016-01-262-0/+7
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-263-0/+35
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-6/+6
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-262-0/+12
* [MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer2016-01-261-2/+1
* Fix printing of types in initializers with suppressed tags.Benjamin Kramer2016-01-251-1/+4
* [OpenMP] Detect implicit map type to report unspecified map type for target e...Samuel Antao2016-01-191-2/+4
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-193-0/+33
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-193-0/+32
* [MS ABI] Don't crash while mangling recursive lambdasDavid Majnemer2016-01-171-4/+12
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-161-1/+1
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-152-0/+20
* Fix a -Wparentheses warning in ASTDiagnostic.cpp.James Y Knight2016-01-151-1/+1
* Fixing more issues with template type diffingRichard Trieu2016-01-151-16/+20
* Add new diff modes to template type diffing.Richard Trieu2016-01-151-8/+168
* Save the integer type for integral template arguments.Richard Trieu2016-01-151-25/+64
* Make template type diffing use the new desguared iterator.Richard Trieu2016-01-151-322/+158
* [CUDA] Warn undeclared identifiers in CUDA kernel callsJustin Lebar2016-01-141-21/+32
* Change the TSTiterator in Template Type Diffing.Richard Trieu2016-01-141-80/+117
* Refactor template type diffingRichard Trieu2016-01-141-226/+249
* Update for LLVM function name change.Rui Ueyama2016-01-148-167/+160
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-132-1/+9
* Improve AST dumping:Richard Smith2016-01-121-0/+4
* PR18513: make gcc compatible layout for bit-fields with explicit aligned attr...Alexey Bataev2016-01-121-1/+9
* Fix infinite recursion for invalid declaration, by Dmitry PolukhinAlexey Bataev2016-01-121-1/+1
* [OpenCL] Pipe type supportXiuli Pan2016-01-096-0/+93
* Test CommitXiuli Pan2016-01-091-1/+1
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-0/+1
* PR26048, PR26050: put non-type template parameters and indirect field declsRichard Smith2016-01-062-3/+18
* Only instantiate a default argument once.John McCall2016-01-061-8/+0
* ArrayRef-ize a function. NFCCraig Topper2016-01-031-6/+4
* [TrailingObjects] Convert classes in OpenMPClause.hJames Y Knight2016-01-011-72/+24
* [TrailingObjects] Fix bug in "Convert classes in ExprObjC.h"James Y Knight2015-12-311-1/+2
* [MS ABI] Remove mangleCXXCatchHandlerTypeDavid Majnemer2015-12-311-11/+0
* [MS ABI] Change the ArgBackRefMap to hold const qualified pointersDavid Majnemer2015-12-311-2/+2
* [MS ABI] Replace dead code with an assertionDavid Majnemer2015-12-311-2/+4
* [TrailingObjects] Convert classes in ExprObjC.hJames Y Knight2015-12-311-31/+11
* [TrailingObjects] Convert remaining classes in Expr.h and ExprCXX.hJames Y Knight2015-12-312-88/+59
* Silencing a -Wcast-qual warning; NFC.Aaron Ballman2015-12-301-1/+1
* [ptr-traits] Some compilers (older Clang? unsure) on build bots needChandler Carruth2015-12-301-0/+4
* [MS ABI] Add variable templates to the NameBackReferencesDavid Majnemer2015-12-301-1/+1
* [MS ABI] Improve our mangling of pass_object_sizeDavid Majnemer2015-12-301-4/+30
* [ptr-traits] Add #includes of headers rather than forward declarationsChandler Carruth2015-12-301-0/+1
* [ptr-traits] Move methods manipulating PointerUnions, DenseMap pointerChandler Carruth2015-12-305-0/+157
* [ptr-traits] Switch from a really wasteful SmallDenseMap ofChandler Carruth2015-12-301-5/+3
* [ptr-traits] Stop using two bogus types as stand-ins for flagsChandler Carruth2015-12-302-7/+86
* [TrailingObjects] Convert CastExpr and subclasses.James Y Knight2015-12-302-38/+33
* Model NamespaceAliasDecls as having their nominated namespace as an underlyingRichard Smith2015-12-291-0/+3
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-294-21/+19
* [MS ABI] Invent a mangling for reference temporariesDavid Majnemer2015-12-291-6/+6
OpenPOWER on IntegriCloud