aboutsummaryrefslogtreecommitdiff
path: root/Parse/DeclSpec.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-02-14Remove DeclSpec::Invalid, a recently added bool that allowed the parser to de...Steve Naroff
2008-02-12Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bug...Steve Naroff
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-12-02improve VC++ compatibility, patch by Cédric Venet.Chris Lattner
2007-07-31Add parsing and AST support for GNU "typeof".Steve Naroff
2007-07-25Fix a couple of bugs, add some new cool stuff.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer