index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
ASTDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-09
1
-0
/
+2
*
More ArrayRef-ification of methods.
Bill Wendling
2012-02-22
1
-5
/
+4
*
Change the checks in the type aka printing. A confusing case where the string
Richard Trieu
2011-11-14
1
-3
/
+10
*
When 'bool' is not a built-in type but is defined as a macro, print
Douglas Gregor
2011-09-27
1
-8
/
+8
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-9
/
+9
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Improve the diagnostic text for -Wmissing-noreturn to include the name
Chandler Carruth
2011-08-31
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-4
/
+4
*
Apply patch from Richard Trieu to fix PR9548:
Chandler Carruth
2011-07-11
1
-19
/
+55
*
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
1
-3
/
+5
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-1
/
+1
*
Make AttributedTypes for GC-qualified types and fix some miscellaneous
John McCall
2011-03-04
1
-0
/
+5
*
Implement the C++0x deduced 'auto' feature.
Richard Smith
2011-02-20
1
-7
/
+15
*
Add some tests for reference-collapsing and referencing binding
Douglas Gregor
2011-01-20
1
-0
/
+3
*
Added ParenType type node.
Abramo Bagnara
2010-12-10
1
-1
/
+5
*
It's kindof silly that ExtQuals has an ASTContext&, and we can use that
John McCall
2010-12-10
1
-1
/
+1
*
revise r112365 to fix the actual problem: the isa<TagType>(Underlying)
Chris Lattner
2010-09-04
1
-15
/
+12
*
suppress annoying textual repetition as 'aka'
Gabor Greif
2010-08-28
1
-4
/
+7
*
Teach the AKA calculation to look at sugar on the pointee type for pointers and
Chandler Carruth
2010-05-13
1
-64
/
+69
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-6
/
+0
*
Make the InjectedClassNameType the canonical type of the current instantiation
John McCall
2010-04-27
1
-6
/
+0
*
Create a new InjectedClassNameType to represent bare-word references to the
John McCall
2010-03-10
1
-0
/
+6
*
Move the diagnostic argument formatting function out of Sema and make
Douglas Gregor
2010-02-09
1
-0
/
+266