summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-293-0/+38
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-282-8/+21
* Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko2014-05-271-0/+2
* Add range accessors for captures of a LambdaExpr.James Dennett2014-05-271-0/+12
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-272-0/+11
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-4/+4
* CXXInfo memory should be released after calling the destructorYaron Keren2014-05-241-1/+1
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-5/+5
* Avoid allocating extra memory to handle the lazy definition data pointer forRichard Smith2014-05-222-4/+4
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-221-18/+33
* Move virtual methods out of line.Rafael Espindola2014-05-211-0/+26
* Make the parent-map use significantly less memory.Manuel Klimek2014-05-211-3/+37
* Make global named registers internal variablesRenato Golin2014-05-211-0/+3
* Ignore void returning overloaded functions fom -Wunused-comparison. PR19791.Richard Trieu2014-05-201-1/+2
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-166-122/+161
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-2/+1
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-152-6/+34
* AST: Remove dead-code/update reference to standardDavid Majnemer2014-05-151-11/+8
* When an overloaded comparison operator returns a reference, do not considerRichard Trieu2014-05-141-0/+2
* Fix the AST printer for attributed statements so that it does not print dupli...Aaron Ballman2014-05-131-13/+2
* No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman2014-05-131-4/+3
* Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium baseJoerg Sonnenberger2014-05-133-13/+2
* MS ABI: Tighten RTTI manglingDavid Majnemer2014-05-131-21/+21
* MS ABI: Preliminary RTTI manglingDavid Majnemer2014-05-131-14/+69
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-1243-1019/+1069
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-111-2/+2
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-102-3/+3
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-102-3/+3
* Use nullptr instead of 0 for const char * value.Yaron Keren2014-05-071-5/+5
* Fix up indentation and fix an 80 column violation.Craig Topper2014-05-071-19/+20
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-24/+26
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-062-0/+8
* Fix some typosAlp Toker2014-05-051-2/+2
* StringRefize and take out an old FIXMEAlp Toker2014-05-051-2/+1
* Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.Benjamin Kramer2014-05-031-1/+1
* Eliminate ASTContext's DelayInitialization flagAlp Toker2014-05-031-11/+2
* Fix null pointer segfault when calling dump() on a DeclStmt containing a VarD...Alex McCarthy2014-05-021-0/+3
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-013-2/+28
* Add support for __declspec(thread) under -fms-extensionsReid Kleckner2014-05-011-0/+15
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-13/+8
* [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...James Molloy2014-04-301-0/+1
* AST: Fix visibility calculation for VarTemplateSpecializationDeclDavid Majnemer2014-04-291-0/+4
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-12/+40
* [Index/DocComments] When cloning a full comment, pick the template parameters...Argyrios Kyrtzidis2014-04-271-0/+2
* [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis2014-04-261-3/+13
* Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...Nick Lewycky2014-04-261-0/+19
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-0/+14
* MicrosoftVTableContext: Don't leak VPtrInfos. Found by LSan, PR19522.Nico Weber2014-04-241-0/+2
* Suppress unused variable warningReid Kleckner2014-04-231-1/+3
* Make TypeDecl much less friendly.Richard Smith2014-04-233-14/+13
OpenPOWER on IntegriCloud