Chris Lattner
|
0bb46d285c
|
-fno-rtti is now the default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94379 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-24 20:43:31 +00:00 |
Douglas Gregor
|
04f81b1fa0
|
Fix CMake build on windows, from Cedric Venet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91794 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-12-20 20:56:30 +00:00 |
Daniel Dunbar
|
bb3503a146
|
Document that CompilerInvocation::createDiagnostics keeps a reference to the DiagnosticOptions, and update callers to make sure they don't pass in a temporary.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90704 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-12-06 09:56:30 +00:00 |
Daniel Dunbar
|
8fd57fea85
|
Fix layering violation by moving Analysis/CallGraph to Index
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90424 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-12-03 07:20:04 +00:00 |
Daniel Dunbar
|
5262fda30b
|
Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90379 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-12-03 01:45:44 +00:00 |
Daniel Dunbar
|
25a9c37fc2
|
Update example link lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90359 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-12-03 00:00:22 +00:00 |
Daniel Dunbar
|
297b0833ad
|
Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent yet).
Move tools/wpa to examples/wpa, and unbreak its build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88825 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-11-15 00:22:33 +00:00 |