summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-2/+6
* Use more ArrayRefsDavid Majnemer2016-06-241-4/+4
* Add some std::move where the value is only read otherwise.Benjamin Kramer2016-06-121-1/+1
* Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth2016-06-111-12/+9
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-06-101-9/+12
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-2/+19
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-13/+19
* ObjC kindof: set the type of a conditional expression when involving kindof.Manman Ren2016-05-061-4/+13
* [CUDA] Make sure device-side __global__ functions are always visible.Artem Belevich2016-05-021-6/+13
* [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as diffe...Yaxun Liu2016-04-281-1/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-16/+9
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-9/+16
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-3/+3
* PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ...Yaxun Liu2016-04-121-0/+9
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-38/+11
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+3
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-301-7/+29
* [Clang][ARM] __va_list declaration is not saved in ASTContext causing compila...Oleg Ranevskyy2016-03-301-0/+1
* [modules] Store mangling numbers in a deterministic order so they don't cause...Richard Smith2016-03-211-4/+2
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-1/+3
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+2
* Serialize `#pragma comment`.Nico Weber2016-03-021-1/+3
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-011-32/+43
* Add FieldNames to __NSConstantString_tagBen Langmuir2016-02-251-1/+7
* [X86] Fix stack alignment for MCU target (Clang part), by Anton Nadolskiy.Andrey Turetskiy2016-02-101-2/+2
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-041-18/+34
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-031-4/+10
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-031-10/+4
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-031-4/+10
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-161-1/+1
* Update for LLVM function name change.Rui Ueyama2016-01-141-3/+3
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+53
* ArrayRef-ize a function. NFCCraig Topper2016-01-031-6/+4
* [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-301-0/+15
* [ptr-traits] Switch from a really wasteful SmallDenseMap ofChandler Carruth2015-12-301-5/+3
* ArrayRef-ize TemplateParameterList. NFCDavid Majnemer2015-12-271-2/+1
* Use data recursion in RecursiveASTVisitor when traversing Stmt and Expr nodes.Richard Smith2015-11-241-15/+16
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-5/+5
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-8/+3
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-1/+19
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-0/+2
* [MSVC] Workaround for ICE in cl.exe when compiling ASTContext.cpp in Release ...Will Wilson2015-10-271-1/+3
* [AST] Plug a memory leak when promoting a single ParentMap entry to a vector.Benjamin Kramer2015-10-231-1/+1
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-30/+80
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-8/+6
* [AST] Remove redundant template keywords.Benjamin Kramer2015-10-221-3/+3
* [AST] Store Decl* and Stmt* directly into the ParentMap.Benjamin Kramer2015-10-221-14/+29
* Change SortAndUniqueProtocols to operate directly on a SmallVector rather tha...Craig Topper2015-10-221-16/+11
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-32/+18
OpenPOWER on IntegriCloud