index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
ASTDumper.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-25
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
1
-0
/
+4
2016-06-24
Use even more ArrayRefs
David Majnemer
1
-8
/
+4
2016-06-24
Use more ArrayRefs
David Majnemer
1
-1
/
+1
2016-06-09
Fix a crash in the AST dumper.
Richard Trieu
1
-2
/
+4
2016-05-03
[OpenCL] Fix pipe type dump.
Xiuli Pan
1
-0
/
+3
2016-03-31
[OPENMP] Support dumping OpenMP specific constructs.
Alexey Bataev
1
-0
/
+75
2016-03-02
Serialize `#pragma detect_mismatch`.
Nico Weber
1
-0
/
+7
2016-03-02
Serialize `#pragma comment`.
Nico Weber
1
-0
/
+16
2016-03-01
Infrastructure improvements to Clang attribute TableGen.
John McCall
1
-2
/
+0
2016-02-01
Move LocInfoType from Sema to AST.
Benjamin Kramer
1
-1
/
+1
2016-01-26
Class Property: parse property attribute (class).
Manman Ren
1
-0
/
+2
2016-01-12
Improve AST dumping:
Richard Smith
1
-0
/
+4
2015-12-28
Avoid crash when dumping LocInfoType.
Serge Pavlov
1
-0
/
+10
2015-12-05
Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().
Dawn Perchik
1
-3
/
+6
2015-11-04
[Sema] Implement __make_integer_seq
David Majnemer
1
-0
/
+7
2015-09-23
PR14858: Initial support for proper sizeof... handling within alias templates.
Richard Smith
1
-0
/
+3
2015-07-07
Implement variance for Objective-C type parameters.
Douglas Gregor
1
-0
/
+13
2015-07-07
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
1
-0
/
+25
2015-07-02
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
1
-2
/
+2
2015-07-02
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
1
-0
/
+3
2015-06-22
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
1
-1
/
+1
2015-06-22
[modules] Include merged definition information in AST dumps.
Richard Smith
1
-0
/
+4
2015-06-22
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-05-15
[modules] Add local submodule visibility support for declarations.
Richard Smith
1
-1
/
+3
2015-03-22
Add a dump function to Stmt that takes only an output stream. No functionali...
Faisal Vali
1
-0
/
+5
2015-03-19
Fix -ast-dump of dependent new and delete exprs
Reid Kleckner
1
-8
/
+12
2015-03-19
Add -ast-dump support for new and delete expressions to help figure out which...
Reid Kleckner
1
-0
/
+24
2015-02-16
Enhance printing SizeOfPackExpr in dump.
Serge Pavlov
1
-0
/
+8
2015-01-24
[modules] Sometimes we can deserialize a class member but not have yet
Richard Smith
1
-4
/
+7
2014-12-05
ASTDumper: print whether a function is constexpr
Hans Wennborg
1
-0
/
+4
2014-10-31
Make QualType::dump() produce a useful dump of the structure of the type,
Richard Smith
1
-5
/
+247
2014-10-31
ASTDumper.cpp: Appease g++, for now.
NAKAMURA Takumi
1
-4
/
+4
2014-10-30
Refactor tree printing in AST dumping.
Richard Smith
1
-541
/
+345
2014-10-09
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
1
-9
/
+1
2014-09-12
Don't print 'NULL TYPE' when dumping a delegating constructor.
Richard Trieu
1
-1
/
+5
2014-08-13
[modules] When performing a lookup into a namespace, ensure that any later
Richard Smith
1
-1
/
+1
2014-08-11
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
Richard Smith
1
-5
/
+23
2014-07-31
Factor out exception specification information from
Richard Smith
1
-3
/
+3
2014-07-10
Add AST dumping for VarDecl init kind.
Richard Smith
1
-0
/
+5
2014-06-13
Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f...
Richard Smith
1
-3
/
+6
2014-06-03
Teach AST dumper to dump the array filler in an initializer list.
Richard Smith
1
-0
/
+17
2014-05-31
AST Dump: print the Inherited flag on attributes
Hans Wennborg
1
-1
/
+3
2014-05-27
Retain isImplicit flag for local variable declarations when instantiating
Alexander Kornienko
1
-0
/
+2
2014-05-12
[C++11] Use 'nullptr'. AST edition.
Craig Topper
1
-11
/
+13
2014-05-02
Fix null pointer segfault when calling dump() on a DeclStmt containing a VarD...
Alex McCarthy
1
-0
/
+3
2014-04-08
Add support for MSVC's __FUNCSIG__
Reid Kleckner
1
-0
/
+1
2014-04-02
Add the location of Decls to ast dump.
David Blaikie
1
-0
/
+2
2014-03-23
Consistently dump default template arguments for template parameters as 'Temp...
Richard Smith
1
-5
/
+11
2014-03-19
Comment parsing: fix a crash when dumping comment ast for a function template
Dmitri Gribenko
1
-1
/
+1
2014-03-18
More working around a GCC range-based for scope bug.
Richard Smith
1
-4
/
+4
[next]