llvm-project/clang/lib
Douglas Gregor 13d0568ecc Make the "extra ';' inside a struct or union" diagnostic more
precise. Fixes PR7336.

llvm-svn: 106170
2010-06-16 23:08:59 +00:00
..
AST Canonicalize template template parameters when canonicalizing a 2010-06-16 21:09:37 +00:00
Analysis Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. 2010-06-16 21:23:04 +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 We return Loc where we know. 2010-06-16 06:16:46 +00:00
CodeGen Change the test for which ABI/CC to use on ARM to be base on the environment 2010-06-16 19:01:17 +00:00
Driver Change the test for which ABI/CC to use on ARM to be base on the environment 2010-06-16 19:01:17 +00:00
Frontend Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim! 2010-06-16 16:59:23 +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 Remove a dead argument to ProcessUCNEscape. 2010-06-15 18:06:43 +00:00
Parse Make the "extra ';' inside a struct or union" diagnostic more 2010-06-16 23:08:59 +00:00
Rewrite Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration 2010-06-15 17:48:49 +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 we see a 'template' disambiguator that marks the next identifier 2010-06-16 23:00:59 +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