hanchenye-llvm-project/clang/lib/Parse
Douglas Gregor c4df407604 Keep track of the actual storage specifier written on a variable or
function declaration, since it may end up being changed (e.g.,
"extern" can become "static" if a prior declaration was static). Patch
by Enea Zaffanella and Paolo Bolzoni.

llvm-svn: 101826
2010-04-19 22:54:31 +00:00
..
AttributeList.cpp other half of r101005 2010-04-12 02:18:49 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Keep track of the actual storage specifier written on a variable or 2010-04-19 22:54:31 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
MinimalAction.cpp Introduce a parsing action to distinguish between class, instance, and 2010-04-14 02:22:16 +00:00
ParseCXXInlineMethods.cpp Fix 80-cols violtaions 2010-04-14 23:07:37 +00:00
ParseDecl.cpp Audit uses of Sema::LookupSingleName for those lookups that are 2010-04-15 23:40:53 +00:00
ParseDeclCXX.cpp Parse friend template ids as types instead of ending up in 2010-04-14 00:24:33 +00:00
ParseExpr.cpp Add fixit hint for missing ':' in ternary expressions. 2010-04-12 22:10:35 +00:00
ParseExprCXX.cpp Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +00:00
ParseInit.cpp fix a bug I noticed by inspection, correcting two reject-valid bugs. 2010-04-12 06:36:00 +00:00
ParseObjc.cpp Feed proper source-location information into Sema::LookupSingleResult, 2010-04-15 22:33:43 +00:00
ParsePragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParsePragma.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParseStmt.cpp change Scope::WithinElse to be a normal scope flag, widen the 2010-04-12 06:12:50 +00:00
ParseTemplate.cpp Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +00:00
ParseTentative.cpp Fix an assertion-on-error during tentative constructor parsing by 2010-02-26 08:45:28 +00:00
Parser.cpp Diagnose misordered initializers in constructor templates immediately instead of 2010-04-10 07:37:23 +00:00
RAIIObjectsForParser.h Privatize class members. 2009-12-10 21:50:21 +00:00