| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
cases where mutation can introduce bugs. Propagate around 'const'.
llvm-svn: 52772
|
|
|
|
|
|
|
| |
Note that Parser::ParseCXXMemberSpecification is temporarily disabled until the Sema support is in place.
Once ParseCXXMemberSpecification is enabled, the Parser/cxx-class.cpp test will pass.
llvm-svn: 52694
|
|
|
|
| |
llvm-svn: 52575
|
|
|
|
|
|
|
| |
I choose to remove extraneous whitespace at end of lines as a semantic
nop for the test.
llvm-svn: 52503
|
|
|
|
| |
llvm-svn: 51622
|
|
|
|
|
|
|
|
|
| |
extend beyond the end of the function.
I'm not completely sure this is the right way to fix this bug, so
someone familiar with the parser should double-check.
llvm-svn: 51311
|
|
|
|
|
|
|
|
| |
interaction for function parameters, fixing PR2046.
Patch by Doug Gregor!
llvm-svn: 49369
|
|
|
|
|
|
| |
subsuming) my patch for PR1999.
llvm-svn: 49251
|
|
|
|
|
|
|
| |
missing from function definitions only. If we see a function
definiton with missing declspecs, just fudge in an int.
llvm-svn: 49250
|
|
lib dir and move all the libraries into it. This follows the main
llvm tree, and allows the libraries to be built in parallel. The
top level now enforces that all the libs are built before Driver,
but we don't care what order the libs are built in. This speeds
up parallel builds, particularly incremental ones.
llvm-svn: 48402
|