Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | |
no extra safety anyway. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91207 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-12-10 | spread 'const' love to some variables. this considerably reduces the amount ↵ | Nuno Lopes | |
of dirty data around. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91002 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-11-26 | Factor out a LangStandard class and coalesce the information about the ↵ | Daniel Dunbar | |
standards into LangStandards.def - I'd appreciate another pair of eyeballs to double check this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89919 91177308-0d34-0410-b5e6-96231b3b80d8 |