Chris Lattner
|
0bcc858a2b
|
-fno-rtti is now the default.
llvm-svn: 94379
|
2010-01-24 20:43:31 +00:00 |
Daniel Dunbar
|
d79f40ac7a
|
Fix -plugin command line argument syntax for clang -cc1 change.
llvm-svn: 92780
|
2010-01-05 21:42:23 +00:00 |
Douglas Gregor
|
b752f1e25c
|
Fix CMake build on windows, from Cedric Venet
llvm-svn: 91794
|
2009-12-20 20:56:30 +00:00 |
Daniel Dunbar
|
520d1e6c6b
|
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
llvm-svn: 91176
|
2009-12-11 23:04:35 +00:00 |
Daniel Dunbar
|
1597da4c05
|
Document that CompilerInvocation::createDiagnostics keeps a reference to the DiagnosticOptions, and update callers to make sure they don't pass in a temporary.
llvm-svn: 90704
|
2009-12-06 09:56:30 +00:00 |
Daniel Dunbar
|
19a30ca8c0
|
Fix layering violation by moving Analysis/CallGraph to Index
llvm-svn: 90424
|
2009-12-03 07:20:04 +00:00 |
Daniel Dunbar
|
59203007ac
|
Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify.
llvm-svn: 90379
|
2009-12-03 01:45:44 +00:00 |
Daniel Dunbar
|
5732ce39bc
|
Update example link lines.
llvm-svn: 90359
|
2009-12-03 00:00:22 +00:00 |
Daniel Dunbar
|
9110165da9
|
Add a very minimal README.txt for examples/PrintFunctionNames.
llvm-svn: 90197
|
2009-12-01 03:15:49 +00:00 |
Daniel Dunbar
|
53f6f61c95
|
Add missed CMake file for adding clang examples to CMake build.
llvm-svn: 89080
|
2009-11-17 09:40:40 +00:00 |
Daniel Dunbar
|
6499e9c625
|
Add a trivial example plugin, which prints the names of the top-level decls.
- The build scriptage is about twice as long as the code, which is nice. :)
llvm-svn: 88826
|
2009-11-15 00:27:43 +00:00 |
Daniel Dunbar
|
9b30eb721f
|
Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent yet).
Move tools/wpa to examples/wpa, and unbreak its build.
llvm-svn: 88825
|
2009-11-15 00:22:33 +00:00 |