Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Makefiles: Set Clang CPP compiler flags in a single location, instead of ↵ | Daniel Dunbar | 2010-06-08 | 1 | -2/+0 | |
| | | | | | | scattered throughout the project Makefiles. llvm-svn: 105638 | |||||
* | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 1 | -3/+3 | |
| | | | | | | - This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637 | |||||
* | Teach the PrintFunctionNames example to be a proper module, so that | Douglas Gregor | 2010-06-08 | 1 | -19/+3 | |
| | | | | | | | Clang can load it as a plugin. Original fix by Troy D. Straszheim, which I extended with Darwin support. Fixes PR6801. llvm-svn: 105630 | |||||
* | -fno-rtti is now the default. | Chris Lattner | 2010-01-24 | 1 | -1/+0 | |
| | | | | llvm-svn: 94379 | |||||
* | Fix -plugin command line argument syntax for clang -cc1 change. | Daniel Dunbar | 2010-01-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 92780 | |||||
* | Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. | Daniel Dunbar | 2009-12-11 | 2 | -4/+4 | |
| | | | | llvm-svn: 91176 | |||||
* | Update example link lines. | Daniel Dunbar | 2009-12-03 | 2 | -5/+15 | |
| | | | | llvm-svn: 90359 | |||||
* | Add a very minimal README.txt for examples/PrintFunctionNames. | Daniel Dunbar | 2009-12-01 | 1 | -0/+10 | |
| | | | | llvm-svn: 90197 | |||||
* | Add a trivial example plugin, which prints the names of the top-level decls. | Daniel Dunbar | 2009-11-15 | 3 | -0/+88 | |
- The build scriptage is about twice as long as the code, which is nice. :) llvm-svn: 88826 |