hanchenye-llvm-project/clang/lib/Parse
Anders Carlsson 978f08d9b4 Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage.
llvm-svn: 64560
2009-02-14 18:21:46 +00:00
..
AstGuard.h Add a switch that allows disabling the smart pointers. 2009-01-22 17:31:11 +00:00
AttributeList.cpp just ignore hte format_arg attribute for now, it doesn't have any semantic implications. 2009-02-14 08:12:47 +00:00
CMakeLists.txt Update cmake build; patch by Csaba Hruska. 2008-12-02 16:23:30 +00:00
DeclSpec.cpp Make Sema::getTypeName return the opaque pointer of a QualType rather 2009-02-09 15:09:02 +00:00
ExtensionRAIIObject.h move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MinimalAction.cpp Start processing template-ids as types when the template-name refers 2009-02-09 18:46:07 +00:00
ParseCXXInlineMethods.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
ParseDecl.cpp Start processing template-ids as types when the template-name refers 2009-02-09 18:46:07 +00:00
ParseDeclCXX.cpp Implement Declarator::getSourceRange(). 2009-02-09 18:23:29 +00:00
ParseExpr.cpp Implement Sebastian's idea for simplifying our handling of the greater-than operator/delimiter. Also, clean up after ourselves following a failed parse of a template-argument-list 2009-02-09 21:04:56 +00:00
ParseExprCXX.cpp Implement Declarator::getSourceRange(). 2009-02-09 18:23:29 +00:00
ParseInit.cpp Put the invalid flag of OwningResult into the Action pointer. 2009-02-05 15:02:23 +00:00
ParseObjc.cpp Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage. 2009-02-14 18:21:46 +00:00
ParsePragma.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
ParsePragma.h Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00
ParseStmt.cpp Put the invalid flag of OwningResult into the Action pointer. 2009-02-05 15:02:23 +00:00
ParseTemplate.cpp Fix a problem with bogus template shadowing warnings 2009-02-10 19:52:54 +00:00
ParseTentative.cpp Teach the type-id/expression disambiguator about different 2009-02-10 00:53:15 +00:00
Parser.cpp Start processing template-ids as types when the template-name refers 2009-02-09 18:46:07 +00:00