llvm-project/clang/lib
Daniel Jasper 0391e55650 clang-format: Fix access to uninitialized memory.
With incomplete code, we aren't guaranteed to generated changes for
every token. In that case, we need to assume that even the very first
change can continue a preprocessor directive and initialize values
accordingly.

llvm-svn: 231066
2015-03-03 13:59:49 +00:00
..
ARCMigrate [SDK modernizer] Patch to fix type of the typed enums when 2015-03-02 23:58:02 +00:00
AST Sema: Properly initialize the thrown exception object 2015-03-03 01:50:05 +00:00
ASTMatchers Add translationUnitDecl matcher. 2015-02-10 14:46:45 +00:00
Analysis Add support for analyzing FreeBSD kernel printf extensions. 2015-02-19 22:32:33 +00:00
Basic Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind instructions. 2015-02-27 16:35:48 +00:00
CodeGen CodeGen: Fix passing of classes with only one AVX vector member in AVX registers 2015-03-02 16:09:24 +00:00
Driver Revert r231008 (and dependent r231019). 2015-03-03 10:02:53 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Fix access to uninitialized memory. 2015-03-03 13:59:49 +00:00
Frontend [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromASTFile. 2015-03-03 08:04:19 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Restore the libc++ definition of max_align_t on Apple platforms 2015-02-24 01:06:22 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Add clang support for Objective-C application extensions. 2015-03-02 19:01:14 +00:00
Parse Sema: Parenthesized bound destructor member expressions can be called 2015-02-25 17:36:15 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Sema: Caught exception objects should be unqualified 2015-03-03 04:38:34 +00:00
Serialization [modules] Avoid adding a redecl chain to the 'pending out of date' list as the 2015-02-28 05:57:02 +00:00
StaticAnalyzer Sema: Parenthesized bound destructor member expressions can be called 2015-02-25 17:36:15 +00:00
Tooling Adopt new cl::HideUnrelatedOptions API added r226729. 2015-01-21 23:26:11 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00