summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/FormatStringParsing.h
Commit message (Collapse)AuthorAgeFilesLines
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
| | | | | | | | | | | | | uncovered. This required manually correcting all of the incorrect main-module headers I could find, and running the new llvm/utils/sort_includes.py script over the files. I also manually added quite a few missing headers that were uncovered by shuffling the order or moving headers up to be main-module-headers. llvm-svn: 169237
* Support the 'a' length modifier in scanf format strings as a C90Hans Wennborg2011-12-151-2/+4
| | | | | | | | | extension. This fixes gcc.dg/format/c90-scanf-3.c and ext-4.c (test for excess errors). llvm-svn: 146649
* Fix namespace polution.Dan Gohman2010-07-261-1/+2
| | | | llvm-svn: 109440
* Add missing header file.Ted Kremenek2010-07-161-0/+71
llvm-svn: 108501
OpenPOWER on IntegriCloud