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
/
Parse
/
DeclSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup
Chris Lattner
2009-02-27
1
-0
/
+1
*
Allow "overloadable" functions in C to be declared as variadic without
Douglas Gregor
2009-02-18
1
-0
/
+2
*
Make Sema::getTypeName return the opaque pointer of a QualType rather
Douglas Gregor
2009-02-09
1
-1
/
+1
*
Semantic checking for class template declarations and
Douglas Gregor
2009-02-06
1
-0
/
+7
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Optimize Declarator to avoid malloc/free traffic for the argument list of a
Chris Lattner
2009-01-20
1
-0
/
+38
*
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor
2009-01-12
1
-1
/
+1
*
Diagnose declarations that don't declare anything, and fix PR3020.
Sebastian Redl
2008-12-28
1
-0
/
+8
*
remove some more old Diag methods, replace with a single static helper function
Chris Lattner
2008-11-22
1
-24
/
+23
*
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
1
-3
/
+2
*
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-18
1
-2
/
+3
*
Implement parsing and semantic checking of the 'mutable' keyword.
Sebastian Redl
2008-11-14
1
-0
/
+2
*
Add support for parsing and representing C++ constructor declarations.
Douglas Gregor
2008-10-31
1
-1
/
+15
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+11
*
Implement support for the 'wchar_t' C++ type.
Argyrios Kyrtzidis
2008-08-09
1
-2
/
+4
*
Wherever a type is used/returned from the Action module, use TypeTy instead o...
Argyrios Kyrtzidis
2008-08-01
1
-1
/
+1
*
One more test checkin.
Mike Stump
2008-06-19
1
-1
/
+1
*
This patch is just the easy part of the class names patch, which
Chris Lattner
2008-04-13
1
-0
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+287