aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2012-09-27Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis
2012-09-27[libclang] Always report a CXCursor_MacroDefinition for code-completionArgyrios Kyrtzidis
2012-09-26Have ASTUnit::Save() return a bool to indicate save error.Argyrios Kyrtzidis
2012-09-15Allow disabling PCH validation when loading an AST file by checkingArgyrios Kyrtzidis
2012-09-14[libclang] When loading an AST file, make sure to apply the language optionsArgyrios Kyrtzidis
2012-09-13Make TextDiagnostic more robust against SourceLocations which point into theRichard Smith
2012-09-13Conditionally parse documentation comments in system headers byTed Kremenek
2012-09-13InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts.NAKAMURA Takumi
2012-09-05[analyzer] Always include destructors in the analysis CFG.Jordan Rose
2012-09-05Allow disabling of wchar_t type.Abramo Bagnara
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek
2012-08-31Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek
2012-08-30[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks
2012-08-30Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. WeTed Kremenek
2012-08-30Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb...Ted Kremenek
2012-08-30Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'.Ted Kremenek
2012-08-30Store const& to AnalyzerOptions in AnalysisManager instead of copyingTed Kremenek
2012-08-30Move Analyses.def to include/clang/StaticAnalyzer.Ted Kremenek
2012-08-30Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek
2012-08-29Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek
2012-08-29Keep history of macro definitions and #undefsAlexander Kornienko
2012-08-25_HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro.Francois Pichet
2012-08-24[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier
2012-08-21[analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.Jordan Rose
2012-08-21[driver] Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-21Avoid binding a reference to a dereferenced pointer in diagnostic serializationRichard Smith
2012-08-21Screw around with ObjCRuntime some more, changing theJohn McCall
2012-08-18Allow -verify to be used with files that don't have an associated FileEntry.Jordan Rose
2012-08-17Fixed crash and added a test and a minor output problemAlexander Kornienko
2012-08-17Switch PTH format from a 7 byte magic number to an 8 byte one, to avoidRichard Smith
2012-08-15Fix base type of ASTDeclNodeLister.Michael Han
2012-08-14Fix undefined behavior in code completion, caught byRichard Smith
2012-08-10Frontend: define _LP64 in a target-independent wayDylan Noblesmith
2012-08-10Add missing cctype includes.Joerg Sonnenberger
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose
2012-08-10Make sure to call EndSourceFile even if we can't continue compiling.Jordan Rose
2012-08-08clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman
2012-08-08Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith
2012-08-08Frontend: further document __BYTE_ORDER__Dylan Noblesmith
2012-08-08Remove unused variables.Benjamin Kramer
2012-08-02Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/includeHans Wennborg
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko
2012-07-27Preprocessor: add __BYTE_ORDER__ predefined macroDylan Noblesmith
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-20Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier
2012-07-20Add the mechanics for -fms-inline-asm. No easy way to test at this time.Chad Rosier