llvm-project/clang/lib/Parse
Fariborz Jahanian dadfc1c144 Use std::string instead of llvm::StringRef to avoid dangling ref.
Per Chris's comment.

llvm-svn: 112979
2010-09-03 18:01:09 +00:00
..
CMakeLists.txt Fix CMake dependencies, from Fernando Pelliccioni! 2010-08-27 14:18:05 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
ParseCXXInlineMethods.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
ParseDecl.cpp Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
ParseDeclCXX.cpp Enable inline namespaces in C++03 as an extension. 2010-08-31 00:36:45 +00:00
ParseExpr.cpp Implement __has_virtual_destructor. Patch by Steven Watanabe. 2010-09-02 23:19:42 +00:00
ParseExprCXX.cpp Propagate whether an id-expression is the immediate argument of 2010-08-27 09:08:28 +00:00
ParseInit.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
ParseObjc.cpp Use std::string instead of llvm::StringRef to avoid dangling ref. 2010-09-03 18:01:09 +00:00
ParsePragma.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
ParsePragma.h One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
ParseStmt.cpp when emitting an error about a missing } in a compound statement, emit 2010-09-01 15:49:26 +00:00
ParseTemplate.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
ParseTentative.cpp Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
Parser.cpp Enable inline namespaces in C++03 as an extension. 2010-08-31 00:36:45 +00:00
RAIIObjectsForParser.h Make sure parens/braces/brackets are correctly balanced. 2010-06-17 10:52:18 +00:00