llvm-project/clang/lib
Daniel Dunbar e9c5e2cc71 Driver/FreeBSD: Add libexec to program search paths, to workaround some build
problem; patch by Ed Schouten.

llvm-svn: 105996
2010-06-15 15:03:31 +00:00
..
AST Fix: 2010-06-14 18:31:46 +00:00
Analysis Small fixes regarding printf fix suggestions. 2010-06-11 04:22:02 +00:00
Basic Add an option -fshow-overloads=best|all to limit the number of overload 2010-06-11 05:57:47 +00:00
Checker Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] 2010-06-09 08:12:12 +00:00
CodeGen Make sure to set the visible on a vtable; VTTs and typeinfo already 2010-06-14 23:41:45 +00:00
Driver Driver/FreeBSD: Add libexec to program search paths, to workaround some build 2010-06-15 15:03:31 +00:00
Frontend Change AnalysisConsumer to analyze functions created by instantiantiating a macro. Fixes PR 7361. 2010-06-15 00:55:40 +00:00
Headers MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we 2010-06-15 02:36:48 +00:00
Index Simplify libIndex Makefile, which doesn't need to worry about altivec support. 2010-06-08 20:57:18 +00:00
Lex Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. 2010-06-11 20:10:12 +00:00
Parse Allow an asm label specifier on C++ methods, like GCC does. 2010-06-13 05:34:18 +00:00
Rewrite Fix: 2010-06-14 18:31:46 +00:00
Runtime Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00
Sema When analyzing for member self-assignment, don't attempt to dereference null 2010-06-15 07:32:55 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00