Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-23 | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith | 1 | -4/+5 | |
This fixes the FIXMEs in ParseAnalyzeArgs. (Also a precursor to moving the analyzer into an AST plugin.) For consistency, do the same with AssemblerInvocation. llvm-svn: 147218 | |||||
2011-11-01 | rename getHostTriple into getDefaultTargetTriple in clang | Sebastian Pop | 1 | -1/+1 | |
llvm-svn: 143503 | |||||
2011-10-04 | Rip out flags for controlling C++ "production mode" separately. | Bob Wilson | 1 | -1/+1 | |
This is old leftover cruft from the days when C++ was not yet ready for prime time. llvm-svn: 141063 | |||||
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 1 | -1/+1 | |
llvm-svn: 140478 | |||||
2011-07-23 | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ↵ | Chris Lattner | 1 | -1/+1 | |
Mulder! llvm-svn: 135855 | |||||
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that ↵ | Chris Lattner | 1 | -2/+2 | |
LLVM.h imports them into the clang namespace. llvm-svn: 135852 | |||||
2011-05-21 | Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase, | Eli Friedman | 1 | -1/+1 | |
and stop abusing the multi-level dereference isa<> used to allow. llvm-svn: 131804 | |||||
2011-04-04 | Add missing file for my previous commit. | Argyrios Kyrtzidis | 1 | -0/+90 | |
llvm-svn: 128853 |